- Affected version
- 2.1.3
If "Enable email confirmation" is disabled (or the user is an admin/mod), and the user is in a bounced status, changing their email does not change their account's state leaving them in a bounced state.
This is because of;
There is no
This is because of;
PHP:
if ($this->isConfirmationRequired())
{
$this->changeUserStateForConfirmation();
}
There is no
else
path to update from bounced to non-bounced