Closed hwupathum closed 1 year ago
When a user is locked following parameters are added to the URL if showAuthFailureReason is enabled
showAuthFailureReason
errorCode: 17003 lockedReason: MAX_TOTP_ATTEMPTS_EXCEEDED unlockTime: <unlockTime> authFailure: true authFailureMsg: <authFailureMessage>
Auth failure message when account is locked can be changes by adding following config
[authentication.authenticator.totp.parameters] accountLockAuthFailureMessage = "user.account.locked"
Related issue https://github.com/wso2/product-is/issues/16333
PR builder started Link: https://github.com/wso2/product-is/actions/runs/5936560625
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/5936560625 Status: success
When a user is locked following parameters are added to the URL if
showAuthFailureReason
is enabledAuth failure message when account is locked can be changes by adding following config
Related issue https://github.com/wso2/product-is/issues/16333