NIHVIVO-2280: Styled first time log in for external auth.
This commit is contained in:
parent
2bbaf97408
commit
738a177cb8
1 changed files with 6 additions and 6 deletions
|
@ -38,17 +38,17 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form method="POST" action="${formUrls.firstTimeExternal}" class="customForm" role="my account">
|
<form method="POST" action="${formUrls.firstTimeExternal}" class="customForm" role="my account">
|
||||||
<input type="hidden" name="externalAuthId" value="${externalAuthId}" />
|
<input type="hidden" name="externalAuthId" value="${externalAuthId}" role="input" />
|
||||||
<input type="hidden" name="afterLoginUrl" value="${afterLoginUrl}" />
|
<input type="hidden" name="afterLoginUrl" value="${afterLoginUrl}" role="input" />
|
||||||
|
|
||||||
<label for="first-name">First name<span class="requiredHint"> *</span></label>
|
<label for="first-name">First name<span class="requiredHint"> *</span></label>
|
||||||
<input type="text" name="firstName" value="${firstName}" id="first-name" role="input "/>
|
<input type="text" name="firstName" value="${firstName}" id="first-name" role="input" />
|
||||||
|
|
||||||
<label for="last-name">Last name<span class="requiredHint"> *</span></label>
|
<label for="last-name">Last name<span class="requiredHint"> *</span></label>
|
||||||
<input type="text" name="lastName" value="${lastName}" id="last-name" role="input "/>
|
<input type="text" name="lastName" value="${lastName}" id="last-name" role="input" />
|
||||||
|
|
||||||
<label for="email-address">Email address<span class="requiredHint"> *</span></label>
|
<label for="email-address">Email address<span class="requiredHint"> *</span></label>
|
||||||
<input type="text" name="emailAddress" value="${emailAddress}" id="email-address" role="input "/>
|
<input type="text" name="emailAddress" value="${emailAddress}" id="email-address" role="input" />
|
||||||
|
|
||||||
<#if emailIsEnabled??>
|
<#if emailIsEnabled??>
|
||||||
<p class="note">
|
<p class="note">
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
</p>
|
</p>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<input type="submit" name="submit" value="Create account" class="submit"/> or <a href="${urls.home}">Cancel</a>
|
<input type="submit" name="submit" value="Create account" class="submit"/> or <a class="cancel" href="${urls.home}">Cancel</a>
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue