mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #33936 from nextcloud/revert-33922-backport/33813/stable23
Revert "[stable23] Compare lowercase email when updating from ldap"
This commit is contained in:
commit
6f665743fa
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class User implements IUser {
|
|||
$this->setPrimaryEMailAddress('');
|
||||
}
|
||||
|
||||
if ($oldMailAddress !== strtolower($mailAddress)) {
|
||||
if ($oldMailAddress !== $mailAddress) {
|
||||
$this->triggerChange('eMailAddress', $mailAddress, $oldMailAddress);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue