feature 1668, user manager redesign: ability to add a new user (call to pwg.users.add through AJAX)
Move the "send connection settings" code to function register_user (avoid code duplication). git-svn-id: http://piwigo.org/svn/trunk@25237 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f79ae0902b
commit
df6718f3f8
7 changed files with 211 additions and 76 deletions
2
ws.php
2
ws.php
|
|
@ -826,7 +826,9 @@ function ws_addDefaultMethods( $arr )
|
|||
array(
|
||||
'username' => array(),
|
||||
'password' => array('default'=>null),
|
||||
'password_confirm' => array('flags'=>WS_PARAM_OPTIONAL),
|
||||
'email' => array('default'=>null),
|
||||
'send_password_by_mail' => array('default'=>false, 'type'=>WS_TYPE_BOOL),
|
||||
),
|
||||
'<b>Admin & POST only.</b> Registers a new user.',
|
||||
null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue