mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table
This commit is contained in:
parent
1cfeb896a7
commit
8383d58c50
@ -932,7 +932,7 @@
|
||||
|
||||
$GLOBALS['egw']->accounts->set_memberships($memberships,$accountid);
|
||||
}
|
||||
if (!$group) $this->add_acl('preferences','changepassword',$accountid,(int)$changepw);
|
||||
if (!$group) $this->add_acl('preferences','nopasswordchange',$accountid,(int)!$changepw);
|
||||
|
||||
return $accountid;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user