ad_user_new (public, deprecated)

 ad_user_new email first_names last_name password password_question \
    password_answer [ url ] [ email_verified_p ] [ member_state ] \
    [ user_id ] [ username ] [ authority_id ] [ screen_name ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Creates a new user in the system. The user_id can be specified as an argument to enable double click protection. If this procedure succeeds, returns the new user_id. Otherwise, returns 0.

Parameters:
email (required)
first_names (required)
last_name (required)
password (required)
password_question (required)
password_answer (required)
url (optional)
email_verified_p (optional, defaults to "t")
member_state (optional, defaults to "approved")
user_id (optional)
username (optional)
authority_id (optional)
screen_name (optional)
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_user_new
    return [auth::create_local_account_helper  $email  $first_names  $last_name  $password  $password_question  $password_answer  $url  $email_verified_p  $member_state  $user_id  $username  $authority_id  $screen_name]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: