mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
Make 'some' value be inserted into account_pwd field.
This commit is contained in:
parent
136885a500
commit
34a0553649
@ -50,8 +50,8 @@
|
|||||||
if(!$phpgw->db->num_rows()) { break; }
|
if(!$phpgw->db->num_rows()) { break; }
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw->db->query("INSERT INTO phpgw_accounts(account_id,account_lid,account_type,account_firstname,account_lastname) "
|
$phpgw->db->query("INSERT INTO phpgw_accounts(account_id,account_pwd,account_lid,account_type,account_firstname,account_lastname) "
|
||||||
."VALUES($group_id,'$n_group','g','$n_group','Group')");
|
."VALUES($group_id,'".md5('')."','$n_group','g','$n_group','Group')");
|
||||||
|
|
||||||
$apps = CreateObject('phpgwapi.applications',intval($group_id));
|
$apps = CreateObject('phpgwapi.applications',intval($group_id));
|
||||||
$apps->update_data(Array());
|
$apps->update_data(Array());
|
||||||
|
Loading…
Reference in New Issue
Block a user