Merge pull request #57176 from nextcloud/himehatsumi/master

[local] fix(login): Improve wording for login throttle warning
pull/57172/head
Louis 2025-12-18 13:49:41 +07:00 committed by GitHub
commit 75bed8535c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

@ -249,7 +249,7 @@ export default {
return t('core', 'This account is disabled')
}
if (this.throttleDelay > 5000) {
return t('core', 'We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.')
return t('core', 'Too many incorrect login attempts. Please try again in 30 seconds.')
}
return undefined
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long