Skip to content

Commit 1def544

Browse files
committed
fix(setting): Clarify the "Account disabled" option
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent d478134 commit 1def544

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/AdminSettings.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@
6161
type="number"
6262
@change="updateNumberSetting('maximumLoginAttempts')">
6363
<label for="password-policy_failed-login">
64-
{{ t('password_policy', 'Number of login attempts before the user account is blocked (0 for no limit)') }}
64+
{{ t('password_policy', 'Number of login attempts before the user account will be disabled until manual action is taken. (0 for no limit)') }}
6565
</label>
66+
<p class="havibeenpwned-hint">
67+
{{ t('password_policy', 'Please note, that this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting.') }}
68+
</p>
6669
</li>
6770
</ul>
6871

0 commit comments

Comments
 (0)