mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +01:00
Add acl for changepassword
This commit is contained in:
parent
da00f85567
commit
b1114f43d2
@ -167,6 +167,11 @@
|
|||||||
|
|
||||||
$acl->delete('phpgw_group',$thisacctid,1);
|
$acl->delete('phpgw_group',$thisacctid,1);
|
||||||
$acl->add('phpgw_group',$thisacctid,1);
|
$acl->add('phpgw_group',$thisacctid,1);
|
||||||
|
|
||||||
|
// Now add the acl to let them change their password
|
||||||
|
$acl->delete('preferences','changepassword',$thisacctid,1);
|
||||||
|
$acl->add('preferences','changepassword',$thisacctid,1);
|
||||||
|
|
||||||
$acl->save_repository();
|
$acl->save_repository();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user