Loading lib/Controller/AccountController.php +4 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,10 @@ class AccountController extends Controller { } try { if (empty($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 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,10 @@ class AccountController extends Controller { } try { if (empty($recoveryEmail)) { throw new RecoveryEmailValidationException('Recovery Email is required.'); } $username = mb_strtolower($username, 'UTF-8'); $mainDomain = $this->userService->getMainDomain(); $userEmail = $username.'@'.$mainDomain; Loading