auth::login_attempts::get (private)

 auth::login_attempts::get -key key

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

Get the current number of login attempts of a user.

Switches:
-key (required)

Testcases:
auth__login_attempts
Source code:
    set value 0
    ns_cache_get ns:memoize login-attempt-$key value
    return $value
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: