NIHVIVO-2706 "Reset password" box remains checked if the form is presented again.
This commit is contained in:
parent
6f4a024510
commit
cd099505a6
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
<label class="inline" for="no-associate"> No</label>
|
||||
|
||||
<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>
|
||||
|
||||
<#if emailIsEnabled??>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue