Loading lib/Controller/AccountController.php +4 −2 Original line number Diff line number Diff line Loading @@ -183,9 +183,11 @@ class AccountController extends Controller { } } // (Reverted) no server-side mandatory enforcement for recovery email here try { if (!$recoveryEmail) { throw new RecoveryEmailValidationException('Recovery Email is required.'); } $username = mb_strtolower($username, 'UTF-8'); $mainDomain = $this->userService->getMainDomain(); $userEmail = $username.'@'.$mainDomain; Loading Loading
lib/Controller/AccountController.php +4 −2 Original line number Diff line number Diff line Loading @@ -183,9 +183,11 @@ class AccountController extends Controller { } } // (Reverted) no server-side mandatory enforcement for recovery email here try { if (!$recoveryEmail) { throw new RecoveryEmailValidationException('Recovery Email is required.'); } $username = mb_strtolower($username, 'UTF-8'); $mainDomain = $this->userService->getMainDomain(); $userEmail = $username.'@'.$mainDomain; Loading