mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 05:12:25 +01:00
Added a quick hack to allow users to change there passwords
This commit is contained in:
parent
2a1f9be4ec
commit
252db73b8c
@ -131,6 +131,9 @@
|
||||
}
|
||||
$apps->save_repository();
|
||||
|
||||
// This is not the correct way to do it ... Fix me
|
||||
$phpgw->db->query("insert into phpgw_acl values ('preferences','changepassword','$account_id','1')",__LINE__,__FILE__);
|
||||
|
||||
// Assign user to groups
|
||||
if ($account_groups) {
|
||||
for ($i=0;$i<count($account_groups);$i++)
|
||||
|
Loading…
Reference in New Issue
Block a user