Added note: "Please enter a password with more than 5 characters"
This commit is contained in:
parent
13bebf3b11
commit
ed50a32549
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ ${stylesheets.addFromTheme("/login.css")}
|
|||
<form action="${formAction}" method="post" onsubmit="return isReasonableNewPassword(this)">
|
||||
<label for="newPassword">Password</label>
|
||||
<input type="password" name="newPassword" />
|
||||
<p class="passwordNote">Please enter a password with more than 5 characters</p>
|
||||
<label for="confirmPassword">Confirm Password</label>
|
||||
<input type="password" name="confirmPassword" />
|
||||
<input name="passwordChangeForm" type="submit" class="submit" value="Save Changes"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue