NIHVIVO-1368 fill the loginName field with a previously-supplied value, if one exists.
This commit is contained in:
parent
49ff09b9d4
commit
a645c60e13
2 changed files with 20 additions and 5 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
<form role="form" id="login-form" action="${formAction}" method="post" name="login-form" />
|
||||
<label for="email">Email</label>
|
||||
<input class="text-field" name="loginName" id="loginName" type="text" required />
|
||||
<input class="text-field" name="loginName" id="loginName" type="text" value="${loginName!}" required />
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input class="text-field" name="loginPassword" id="password" type="password" required />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue