acs::db::nsdb-postgresql method call acs_user new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_user new \
    [ -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 ] [ -context_id context_id ]

Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl

Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} integer {character varying} {character varying} {character varying} {character varying} {character varying} character character {character varying} boolean integer

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

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