summaryrefslogtreecommitdiffstats
path: root/core/templates/resetpassword.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/resetpassword.php')
-rw-r--r--core/templates/resetpassword.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/templates/resetpassword.php b/core/templates/resetpassword.php
new file mode 100644
index 00000000000..3c7c46efe13
--- /dev/null
+++ b/core/templates/resetpassword.php
@@ -0,0 +1,10 @@
+<form action="<?php echo "index.php?".$_SERVER['QUERY_STRING'] ?>" method="post">
+ <fieldset>
+ <?php if($_['success']): ?>
+ <?php echo $l->t('Your password was successfully reset'); ?>
+ <?php else: ?>
+ <input type="password" name="password" id="password" placeholder="<?php echo $l->t('New password'); ?>" value="" required />
+ <input type="submit" id="submit" value="<?php echo $l->t('Reset password'); ?>" />
+ <?php endif; ?>
+ </fieldset>
+</form> \ No newline at end of file