mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
add email address also for new accounts
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270672
This commit is contained in:
parent
940deb08a9
commit
cf3f10911e
@ -19,7 +19,9 @@
|
|||||||
|
|
||||||
function add_user($userData)
|
function add_user($userData)
|
||||||
{
|
{
|
||||||
$userData['account_expires'] = $userData['expires'];
|
$userData['account_expires'] = $userData['expires'];
|
||||||
|
$userData['account_email'] = $userData['email'];
|
||||||
|
|
||||||
$GLOBALS['phpgw']->db->lock(
|
$GLOBALS['phpgw']->db->lock(
|
||||||
Array(
|
Array(
|
||||||
'phpgw_accounts',
|
'phpgw_accounts',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user