fix failed_login cache, improve coding
This commit is contained in:
@@ -814,16 +814,22 @@ Default: `none`
|
||||
|
||||
##### cache_logins
|
||||
|
||||
Cache successful logins until expiration time
|
||||
Cache successful/failed logins until expiration time
|
||||
|
||||
Default: `false`
|
||||
|
||||
##### cache_logins_expiry
|
||||
##### cache_successful_logins_expiry
|
||||
|
||||
Expiration time of caching successful logins in seconds
|
||||
|
||||
Default: `5`
|
||||
|
||||
##### cache_failed_logins_expiry
|
||||
|
||||
Expiration time of caching failed logins in seconds
|
||||
|
||||
Default: `60`
|
||||
|
||||
##### htpasswd_filename
|
||||
|
||||
Path to the htpasswd file.
|
||||
|
||||
Reference in New Issue
Block a user