NIHVIVO-2696 External user gets an account on first login.

This commit is contained in:
j2blake 2011-06-14 17:11:26 +00:00
parent cedd095a07
commit 4282da5ef2
7 changed files with 94 additions and 80 deletions

View file

@ -39,6 +39,7 @@
<form method="POST" action="${formUrls.firstTimeExternal}" class="customForm" role="my account">
<input type="hidden" name="externalAuthId" value="${externalAuthId}" />
<input type="hidden" name="afterLoginUrl" value="${afterLoginUrl}" />
<label for="first-name">First name<span class="requiredHint"> *</span></label>
<input type="text" name="firstName" value="${firstName}" id="first-name" role="input "/>