Add password strength reminder to reset password page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user