NIHVIVO-762 do server-side validation as well as client-side. Do MD5 encoding on the server side and not on the client side.
This commit is contained in:
parent
8ed86720f7
commit
f8176ed041
2 changed files with 3 additions and 6 deletions
|
@ -43,7 +43,8 @@
|
|||
<tr class="editformcell">
|
||||
<td valign="bottom" colspan="2">
|
||||
<b>Confirm password</b><br/>
|
||||
<input type="password" name="passwordConfirmation" value="" size="64" maxlength="128"/>
|
||||
<input type="password" name="passwordConfirmation" value="${formValue['passwordConfirmation']}" size="64" maxlength="128"/>
|
||||
<span class="warning"><form:error name="passwordConfirmation"/></span>
|
||||
</td>
|
||||
</tr>
|
||||
</c:if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue