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:
jeb228 2010-08-09 13:35:09 +00:00
parent 8ed86720f7
commit f8176ed041
2 changed files with 3 additions and 6 deletions

View file

@ -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>