auth::check_local_account_status (private)

 auth::check_local_account_status [ -return_url return_url ] \
    [ -no_dialogue ] -user_id user_id -authority_id authority_id \
    -member_state member_state -email email \
    -email_verified_p email_verified_p -screen_name screen_name \
    -password_age_days password_age_days

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

Check the account status of a user with the given parameters.

Switches:
-return_url (optional)
-no_dialogue (optional, boolean)
If specified, will not send out email or in other ways converse with the user
-user_id (required)
-authority_id (required)
-member_state (required)
-email (required)
-email_verified_p (required)
-screen_name (required)
-password_age_days (required)
Returns:
An array-list with account_status, account_url and account_message

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