Loading lib/Service/UserService.php +4 −0 Original line number Diff line number Diff line Loading @@ -306,6 +306,10 @@ class UserService { if(count($users)) { return true; } $users = $this->config->getUsersForUserValue('email-recovery', 'unverified-recovery-email', $recoveryEmail); if(count($users)) { return true; } return false; } Loading Loading
lib/Service/UserService.php +4 −0 Original line number Diff line number Diff line Loading @@ -306,6 +306,10 @@ class UserService { if(count($users)) { return true; } $users = $this->config->getUsersForUserValue('email-recovery', 'unverified-recovery-email', $recoveryEmail); if(count($users)) { return true; } return false; } Loading