NIHVIVO-2706 "Reset password" box remains checked if the form is presented again.

This commit is contained in:
j2blake 2011-06-15 20:50:31 +00:00
parent 6f4a024510
commit cd099505a6

View file

@ -94,7 +94,7 @@
<label class="inline" for="no-associate"> No</label> <label class="inline" for="no-associate"> No</label>
<br /> <br />
<input type="checkbox" name="resetPassword" value="" id="reset-password" role="checkbox" /> <input type="checkbox" name="resetPassword" value="" id="reset-password" role="checkbox" <#if resetPassword??>checked</#if> />
<label class="inline" for="reset-password"> Reset password</label> <label class="inline" for="reset-password"> Reset password</label>
<#if emailIsEnabled??> <#if emailIsEnabled??>