chore(xo-server/config.toml): explicit auth delay is per user

This commit is contained in:
Julien Fontanet
2021-09-12 10:55:31 +02:00
parent 827b55d60c
commit a9de4ceb30

View File

@@ -70,7 +70,7 @@ mergeProvidersUsers = true
# should be used by default.
defaultSignInPage = '/signin'
# Minimum delay between two password authentication attempts.
# Minimum delay between two password authentication attempts for a specific user.
#
# This is used to mitigate bruteforce attacks without being visible to users.
throttlingDelay = '2 seconds'