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)

Partial Call Graph (max 5 caller/called nodes):
%3 test_auth__login_attempts auth__login_attempts (test acs-authentication) auth::login_attempts::get auth::login_attempts::get test_auth__login_attempts->auth::login_attempts::get auth::login_attempts::threshold_reached_p auth::login_attempts::threshold_reached_p (private) auth::login_attempts::threshold_reached_p->auth::login_attempts::get

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: