aboutsummaryrefslogtreecommitdiff
path: root/source/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-10 12:04:44 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-10 12:04:44 +0100
commit7b304e26c7a09676b40c001188c02ef552191c14 (patch)
tree467b3861956a7d0345495fc47464ba729caf99db /source/templates/management.html
parentAdded default argument for check_credentials(). (diff)
downloadnewspipe-7b304e26c7a09676b40c001188c02ef552191c14.tar.gz
newspipe-7b304e26c7a09676b40c001188c02ef552191c14.tar.bz2
newspipe-7b304e26c7a09676b40c001188c02ef552191c14.zip
You can now change your password form the /management page.
Diffstat (limited to 'source/templates/management.html')
-rw-r--r--source/templates/management.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/templates/management.html b/source/templates/management.html
index 5bc38439..1f159ede 100644
--- a/source/templates/management.html
+++ b/source/templates/management.html
@@ -20,6 +20,7 @@
<hr />
+
<h1>Facts</h1>
<ul>
<li>active e-mail notifications: <a href="/notifications/">${nb_mail_notifications}</a>;</li>
@@ -31,6 +32,14 @@
<hr />
+ <h1>Account</h1>
+ <form method=get action="/change_password/">
+ Change your password: <input type="text" name="new_password" value="" />
+ </form>
+
+ <hr />
+
+
<h1>Database</h1>
<p>${nb_articles} article(s) are stored in the database with <a href="/unread/">${nb_unread_articles} unread article(s)</a>.
bgstack15