Add help text for bruteForceModeHelpText (#29031)

* Add help text for bruteForceModeHelpText

Signed-off-by: Stan Silvert <ssilvert@redhat.com>

* Add translations for notBefore and setToNow

Signed-off-by: Stan Silvert <ssilvert@redhat.com>

---------

Signed-off-by: Stan Silvert <ssilvert@redhat.com>
This commit is contained in:
Stan Silvert 2024-04-24 14:19:05 -04:00 committed by GitHub
parent b24d81c846
commit c4d82d4d41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2237,6 +2237,7 @@ inputTypeRows=Input rows
eventTypes.IDENTITY_PROVIDER_FIRST_LOGIN.description=Identity provider first login eventTypes.IDENTITY_PROVIDER_FIRST_LOGIN.description=Identity provider first login
usedMemory=Used memory usedMemory=Used memory
validatePasswordPolicyHelp=Determines if Keycloak should validate the password with the realm password policy before updating it. For the case when user's password is saved in LDAP, some Keycloak password policies will not work (Not Recently Used, Expire Password, Hashing Iterations, Hashing Algorithm) due the fact that Keycloak does not have direct control over the password storage. It is needed to enable password policies at the LDAP server layer if you want to leverage those password policies. validatePasswordPolicyHelp=Determines if Keycloak should validate the password with the realm password policy before updating it. For the case when user's password is saved in LDAP, some Keycloak password policies will not work (Not Recently Used, Expire Password, Hashing Iterations, Hashing Algorithm) due the fact that Keycloak does not have direct control over the password storage. It is needed to enable password policies at the LDAP server layer if you want to leverage those password policies.
bruteForceModeHelpText=If enabled, specify what should happen to the user account if a brute force attack is detected.
quickLoginCheckMilliSeconds=Quick login check milliseconds quickLoginCheckMilliSeconds=Quick login check milliseconds
createResourceSuccess=Resource created successfully createResourceSuccess=Resource created successfully
documentation=Documentation documentation=Documentation
@ -2865,6 +2866,8 @@ create=Create
noAvailableIdentityProviders=No available identity providers. noAvailableIdentityProviders=No available identity providers.
passSubjectHelp=During login phase, forward an optional login_hint query parameter to SAML AuthnRequest's Subject. passSubjectHelp=During login phase, forward an optional login_hint query parameter to SAML AuthnRequest's Subject.
notBeforeSetToNow=Not Before set for client notBeforeSetToNow=Not Before set for client
notBefore=Not Before
setToNow=Set to now
resource=Resource resource=Resource
emptyConditions=No conditions configured emptyConditions=No conditions configured
profiles=Profiles profiles=Profiles