|
Last change
on this file since 109 was
73,
checked in by gav, 17 years ago
|
|
Add changePassword under options view so that users can change their own password.
Adjust for password validation, userCache etc. Only a small bug during "edit" is left on second "update" command.
|
-
Property svn:executable set to
*
|
|
File size:
732 bytes
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
|---|
| 4 | <meta name="layout" content="main" /> |
|---|
| 5 | <title>Options</title> |
|---|
| 6 | </head> |
|---|
| 7 | <body> |
|---|
| 8 | <div class="nav"> |
|---|
| 9 | <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span> |
|---|
| 10 | </div> |
|---|
| 11 | <div class="body"> |
|---|
| 12 | <h1>Welcome to Options</h1> |
|---|
| 13 | <g:if test="${flash.message}"> |
|---|
| 14 | <div class="message">${flash.message}</div> |
|---|
| 15 | </g:if> |
|---|
| 16 | <br/> |
|---|
| 17 | <div class="dialog"> |
|---|
| 18 | <a href="${createLink(action:'changePassword')}">Change Password</a> |
|---|
| 19 | |
|---|
| 20 | </div> |
|---|
| 21 | </div> |
|---|
| 22 | </body> |
|---|
| 23 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.