auth::login_attempts::login_attempt_incr (private)

 auth::login_attempts::login_attempt_incr -key key [ -max_age max_age ]

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

Increment the login attempts of a user. The max_age is specified in seconds.

Switches:
-key
(required)
-max_age
(defaults to "21600") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 auth::login_attempts::record auth::login_attempts::record (private) auth::login_attempts::login_attempt_incr auth::login_attempts::login_attempt_incr auth::login_attempts::record->auth::login_attempts::login_attempt_incr

Testcases:
No testcase defined.
Source code:
    return [ns_cache_incr -expires $max_age -- ns:memoize login-attempt-$key]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: