Add password strength reminder to reset password page

This commit is contained in:
troogs
2026-04-18 13:45:14 +02:00
parent ad6f28023e
commit 8e5a37a0c9

View File

@@ -45,6 +45,10 @@
}
else
{
<div class="alert alert-info" style="font-size: 0.85rem;">
<i class="fas fa-info-circle mr-1"></i> Dein Passwort muss mindestens 8 Zeichen lang sein und eine Zahl enthalten.
</div>
<Validation Validator="ValidationHelper.ValidatePassword" @bind-Status="@IsValidPassword">
<Field>
<FieldLabel>Neues Passwort</FieldLabel>