Mercurial > p > roundup > code
diff roundup/templates/classic/html/user.item @ 1144:db13f46cb5f9
password edit now has a confirmation field
registration error punts back to register page
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 15 Sep 2002 22:41:15 +0000 |
| parents | 87cfb49033b7 |
| children | de6de14f230a |
line wrap: on
line diff
--- a/roundup/templates/classic/html/user.item Fri Sep 13 08:20:13 2002 +0000 +++ b/roundup/templates/classic/html/user.item Sun Sep 15 22:41:15 2002 +0000 @@ -21,6 +21,10 @@ <th>Login Password</th> <td tal:content="structure context/password/field">password</td> </tr> + <tr> + <th>Confirm Password</th> + <td tal:content="structure context/password/confirm">password</td> + </tr> <tr tal:condition="python:request.user.hasPermission('Web Roles')"> <th>Roles</th> <td tal:condition="context/id"
