auth::test::get_password_vars (private)

 auth::test::get_password_vars -array_name array_name

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

Get test vars for test case.

Switches:
-array_name (required)

Testcases:
auth_password_get_change_url, auth_password_can_change_reset_retrieve_p, auth_password_recover, auth_password_get_forgotten_url, auth_password_retrieve
Source code:
    upvar $array_name test_vars

    db_1row select_vars {
        select u.user_id,
               aa.authority_id,
               u.username
        from users u,
                   auth_authorities aa
        where u.authority_id = aa.authority_id
        and aa.short_name = 'local'
        fetch first 1 rows only
    } -column_array test_vars
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: