Changeset 1152 for trunk/grails-app/views/register
- Timestamp:
- Nov 17, 2010, 10:45:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/register/forgotPassword.gsp
r976 r1152 10 10 <g:form action='forgotPassword' name="forgotPasswordForm" autocomplete='off'> 11 11 12 13 12 14 <g:if test='${emailSent}'> 13 15 <br/> 14 16 <g:message code='spring.security.ui.forgotPassword.sent'/> 15 17 </g:if> 16 17 18 <g:else> 18 19 … … 20 21 <h4><g:message code='spring.security.ui.forgotPassword.description'/></h4> 21 22 22 <table> 23 <tr> 24 <td><label for="username"><g:message code='spring.security.ui.forgotPassword.username'/></label></td> 25 <td><g:textField name="username" size="25" /></td> 26 </tr> 27 </table> 23 <g:if test='${flash.userError}'> 24 ${flash.userError} 25 <br/> 26 </g:if> 27 <table> 28 <tr> 29 <td><label for="username"><g:message code='spring.security.ui.forgotPassword.username'/></label></td> 30 <td><g:textField name="username" size="25" /></td> 31 </tr> 32 </table> 28 33 29 34 <input type="submit" value="Reset my password">
Note: See TracChangeset
for help on using the changeset viewer.