mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Add acl to let the imported users change their password
This commit is contained in:
parent
311d7e65d9
commit
137fe5c1eb
@ -184,6 +184,10 @@
|
||||
$acl->add('phpgw_group',$defaultgroupid,1);
|
||||
}
|
||||
|
||||
// Now add the acl to let them change their password
|
||||
$acl->delete('preferences','changepassword',$thisacctid,1);
|
||||
$acl->add('preferences','changepassword',$thisacctid,1);
|
||||
|
||||
// Save these new acls.
|
||||
$acl->save_repository();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user