mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
a corrected email attribute needs to be saved, not only returned
This commit is contained in:
parent
f9b4f5f4e5
commit
4a3fe42b16
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class Wizard extends LDAPUtility {
|
|||
}
|
||||
|
||||
if($winner !== '') {
|
||||
$this->result->addChange('ldap_email_attr', $winner);
|
||||
$this->applyFind('ldap_email_attr', $winner);
|
||||
if($writeLog) {
|
||||
\OCP\Util::writeLog('user_ldap', 'The mail attribute has ' .
|
||||
'automatically been reset, because the original value ' .
|
||||
|
|
|
|||
Loading…
Reference in a new issue