forked from extern/egroupware
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'],
|
||||
'loginshell' => $_POST['loginshell'],
|
||||
'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'] */
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user