twt::user::create (public, deprecated)

 twt::user::create [ -user_id user_id ] [ -admin ]

Defined in packages/acs-automated-testing/tcl/tclwebtest-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Create a test user with random email and password for testing

Switches:
-user_id
(optional)
-admin
(boolean) (optional)
Provide this switch to make the user site-wide admin
Returns:
The user_info array list returned by auth::create_user. Contains the additional keys email and password.
Author:
Peter Marklund
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 acs::test::user::create acs::test::user::create (public) ad_log_deprecated ad_log_deprecated (public) twt::user::create twt::user::create twt::user::create->acs::test::user::create twt::user::create->ad_log_deprecated

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