xo::db::sql::acs proc add_user (public)

 xo::db::sql::acs[i] add_user [ -dbn dbn ] [ -user_id user_id ] \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    -authority_id authority_id  -username username  -email email  \
    [ -url url ] -first_names first_names  -last_name last_name  \
    -password password  -salt salt  [ -screen_name screen_name ] \
    [ -email_verified_p email_verified_p ] \
    [ -member_state member_state ]

Defined in packages/xotcl-core/tcl/05-db-procs.tcl

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)
-object_type
(defaults to "user") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-authority_id
(required)
-username
(required)
-email
(required)
-url
(optional)
-first_names
(required)
-last_name
(required)
-password
(required)
-salt
(required)
-screen_name
(optional)
-email_verified_p
(defaults to "t") (optional)
-member_state
(defaults to "approved") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) xo::db::sql::acs proc add_user xo::db::sql::acs proc add_user xo::db::sql::acs proc add_user->db_with_handle

Testcases:
No testcase defined.
[ show source ]
Show another procedure: