Loading lib/Service/CaptchaService.php +0 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ class CaptchaService { */ private function updateSession(float $captchaResult): void { $this->session->set('captcha_result', $captchaResult); $this->session->set('captcha_verified', false); } Loading lib/Service/UserService.php +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ class UserService { if ($this->userExists($username)) { throw new Exception("Username is already taken."); } if (empty($recoveryEmail) || $this->checkRecoveryEmailAvailable($recoveryEmail)) { if (!empty($recoveryEmail) || $this->checkRecoveryEmailAvailable($recoveryEmail)) { throw new Exception("Recovery email address is already taken."); } return $this->addNewUserToLDAP($displayname, $recoveryEmail, $username, $userEmail, $password); Loading Loading
lib/Service/CaptchaService.php +0 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ class CaptchaService { */ private function updateSession(float $captchaResult): void { $this->session->set('captcha_result', $captchaResult); $this->session->set('captcha_verified', false); } Loading
lib/Service/UserService.php +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ class UserService { if ($this->userExists($username)) { throw new Exception("Username is already taken."); } if (empty($recoveryEmail) || $this->checkRecoveryEmailAvailable($recoveryEmail)) { if (!empty($recoveryEmail) || $this->checkRecoveryEmailAvailable($recoveryEmail)) { throw new Exception("Recovery email address is already taken."); } return $this->addNewUserToLDAP($displayname, $recoveryEmail, $username, $userEmail, $password); Loading