NIHVIVO-1368 fill the loginName field with a previously-supplied value, if one exists.

This commit is contained in:
jeb228 2010-12-01 15:39:16 +00:00
parent 49ff09b9d4
commit a645c60e13
2 changed files with 20 additions and 5 deletions

View file

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