about summary refs log tree commit diff stats
path: root/central/trunk/theme/changedpassword.tpl
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 18:39:18 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 18:39:18 +0000
commit9aec4d669f8d9efb74372e3755131e042c62761f (patch)
tree8fd2491e1efb923392e3b8a39ce045d83f94bd9a /central/trunk/theme/changedpassword.tpl
parent4c9677691d59bd6d743bd544b6be38084e095a22 (diff)
downloadinstadisc-9aec4d669f8d9efb74372e3755131e042c62761f.tar.gz
instadisc-9aec4d669f8d9efb74372e3755131e042c62761f.tar.bz2
instadisc-9aec4d669f8d9efb74372e3755131e042c62761f.zip
Central: Add change password
Refs #25 and closes #35
Diffstat (limited to 'central/trunk/theme/changedpassword.tpl')
-rw-r--r--central/trunk/theme/changedpassword.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/central/trunk/theme/changedpassword.tpl b/central/trunk/theme/changedpassword.tpl new file mode 100644 index 0000000..c9ff252 --- /dev/null +++ b/central/trunk/theme/changedpassword.tpl
@@ -0,0 +1,13 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 </HEAD>
5
6 <BODY>
7 <CENTER>
8 <H1>InstaDisc Change Password</H1>
9
10 <P>You've sucessfully changed your password. Make sure that you change it on your Client as well. <A HREF="userpanel.php">Return to the User Panel</A>
11 </CENTER>
12 </BODY>
13</HTML>