mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 23:48:28 +01:00
fix for bug [ 1011713 ] new user email address gone
This commit is contained in:
parent
eabf6925b5
commit
2c62ea94b9
@ -334,7 +334,7 @@
|
|||||||
'homedirectory' => $_POST['homedirectory'],
|
'homedirectory' => $_POST['homedirectory'],
|
||||||
'loginshell' => $_POST['loginshell'],
|
'loginshell' => $_POST['loginshell'],
|
||||||
'account_expires_never' => $_POST['never_expires'],
|
'account_expires_never' => $_POST['never_expires'],
|
||||||
'email' => $_POST['account_email'],
|
'account_email' => $_POST['account_email'],
|
||||||
/* 'file_space' => $_POST['account_file_space_number'] . "-" . $_POST['account_file_space_type'] */
|
/* 'file_space' => $_POST['account_file_space_number'] . "-" . $_POST['account_file_space_type'] */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user