From 8d2b75d61631e0794d436eefefb25644de1d2de4 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 02:09:53 +0200 Subject: password change application --- templates/pwchange.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/pwchange.html (limited to 'templates/pwchange.html') diff --git a/templates/pwchange.html b/templates/pwchange.html new file mode 100644 index 0000000..a7e0605 --- /dev/null +++ b/templates/pwchange.html @@ -0,0 +1,23 @@ + + + + + change password + + +
+
uid:
+ ${errors.username} +
old password:
+ ${errors.oldpassword} +
password:
+ ${errors.password} +
repeat:
+ ${errors.password2} + +
+
+ -- cgit v1.2.1