Add max.bad.login.attempts to sample props template

This commit is contained in:
Marko Milić 2020-04-08 13:26:47 +02:00
parent 6eeba954a5
commit be7a0f2fe0

View File

@ -780,8 +780,8 @@ 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
# --- Locking a user due to consecutively failed login attempts ----
# Defines consecutively failed login attempts until user is locked
# --- Locking a user due to consecutively failed login attempts ------
# Defines consecutively failed login attempts before a user is locked
# In case is not defined default value is 5
# max.bad.login.attempts=5
# ------------------------------------------------------------------
# --------------------------------------------------------------------