mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:17:09 +00:00
Add max.bad.login.attempts to sample props template
This commit is contained in:
parent
709223f590
commit
6eeba954a5
@ -778,4 +778,10 @@ stored_procedure_connector.poolFactoryName=commons-dbcp2
|
||||
dynamic_entities_have_prefix=true
|
||||
|
||||
# Url prefix of dynamic endpoints, default is dynamic. e.g if set to foobar, one url can be /obp/v4.0.0/foobar/Address
|
||||
dynamic_endpoints_url_prefix=dynamic
|
||||
dynamic_endpoints_url_prefix=dynamic
|
||||
|
||||
# --- Locking a user due to consecutively failed login attempts ----
|
||||
# Defines consecutively failed login attempts until user is locked
|
||||
# In case is not defined default value is 5
|
||||
# max.bad.login.attempts=5
|
||||
# ------------------------------------------------------------------
|
||||
Loading…
Reference in New Issue
Block a user