Last change
on this file since 985 was
985,
checked in by robert@…, 13 years ago
|
Removed spring-security-ui plugin to decrease dependencies. The functionality (user management and password resets) was copied to gscf itself.
|
File size:
940 bytes
|
Line | |
---|
1 | <head> |
---|
2 | <title><g:message code='spring.security.ui.resetPassword.title'/></title> |
---|
3 | <meta name='layout' content='main'/> |
---|
4 | </head> |
---|
5 | |
---|
6 | <body> |
---|
7 | |
---|
8 | <p/> |
---|
9 | <g:form action='resetPassword' name='resetPasswordForm' autocomplete='off'> |
---|
10 | <g:hiddenField name='t' value='${token}'/> |
---|
11 | <div class="sign-in"> |
---|
12 | |
---|
13 | <g:hasErrors bean="${command}"> |
---|
14 | <p>Both passwords should match, contain more than 8 and less than 64 characters.</p> |
---|
15 | <p>Also, passwords should contain at least one letter, one number and one symbol.</p> |
---|
16 | </g:hasErrors> |
---|
17 | |
---|
18 | <br/> |
---|
19 | <h4><g:message code='spring.security.ui.resetPassword.description'/></h4> |
---|
20 | |
---|
21 | <table> |
---|
22 | <tr><td>Password</td><td><g:passwordField name="password" value="${command?.password}" /></td></tr> |
---|
23 | <tr><td>Password (again)</td><td> |
---|
24 | <g:passwordField name="password2" value="${command?.password2}" /> |
---|
25 | </td></tr> |
---|
26 | </table> |
---|
27 | |
---|
28 | <input type="submit" value="Reset my password" /> |
---|
29 | |
---|
30 | </div> |
---|
31 | </g:form> |
---|
32 | |
---|
33 | |
---|
34 | </body> |
---|
Note: See
TracBrowser
for help on using the repository browser.