NIHVIVO-33: change Default Password to Temporary Password
This commit is contained in:
parent
526190da27
commit
9d22d1d08e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
<c:if test="${empty user.md5password}">
|
<c:if test="${empty user.md5password}">
|
||||||
<tr class="editformcell">
|
<tr class="editformcell">
|
||||||
<td valign="bottom" colspan="2">
|
<td valign="bottom" colspan="2">
|
||||||
<b>Default Password* (6-12 characters; must be changed on first login)</b><br/>
|
<b>Temporary Password* (6-12 characters; must be changed on first login)</b><br/>
|
||||||
<input type="password" name="Md5password" value="${formValue['Md5password']}" size="64" maxlength="128"/>
|
<input type="password" name="Md5password" value="${formValue['Md5password']}" size="64" maxlength="128"/>
|
||||||
<span class="warning"><form:error name="Md5password"/></span>
|
<span class="warning"><form:error name="Md5password"/></span>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue