VIVO-919 and VIVO-1007: added the max password length to login widget class and also corrected the variable reference in the template for the minimum length (was minimumLength not minimumPasswordLength).
This commit is contained in:
parent
8e429ca878
commit
0a78ab5687
2 changed files with 4 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
|||
<label for="newPassword">${i18n().new_password_capitalized}</label>
|
||||
<input id="newPassword" name="newPassword" class="text-field focus" type="password" required autofocus/>
|
||||
|
||||
<p class="password-note">${i18n().minimum_password_length(minimumLength, maximumLength)}</p>
|
||||
<p class="password-note">${i18n().minimum_password_length(minimumPasswordLength, maximumPasswordLength)}</p>
|
||||
|
||||
<label for="confirmPassword">${i18n().confirm_password_capitalized}</label>
|
||||
<input id="confirmPassword" name="confirmPassword" class="text-field" type="password" required />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue