summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-14 14:57:37 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-14 14:57:37 +1100
commit7e17a3a78898d17908fcd869ae9f9b2e3e748fed (patch)
treeea26b9b791bd581b7ffa022bd300fb4676e6e69b /templates
parentb93b99732ced7ecf235cb07c07887e512b0e39e0 (diff)
downloaddecorator-7e17a3a78898d17908fcd869ae9f9b2e3e748fed.tar.gz
fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/password_reset_change.pt9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/password_reset_change.pt b/templates/password_reset_change.pt
index 660c39a..b156848 100644
--- a/templates/password_reset_change.pt
+++ b/templates/password_reset_change.pt
@@ -11,13 +11,12 @@
</p>
<form tal:attributes="action app/url_path" method="POST">
- <input type="hidden" name=":action" value="password_reset_change" />
- <input type="hidden" name="otk" value="data/otk" />
+ <input type="hidden" name=":action" value="pw_reset_change" />
+ <input type="hidden" name="otk" tal:attributes="value data/otk" />
<table class="form">
<tr>
<th>Password:</th>
- <td><input type="password" name="password" /><br/>
- Minimum 8 characters.
+ <td><input type="password" name="password" />
</td>
</tr>
<tr>
@@ -30,5 +29,7 @@
</tr>
</table>
</form>
+ <p>Please ensure your password is of a reasonable length (>8 characters) and
+ mixes letters, cases and numbers.</p>
</metal:fill>
</html>