diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-10 12:04:44 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-10 12:04:44 +0100 |
commit | 7b304e26c7a09676b40c001188c02ef552191c14 (patch) | |
tree | 467b3861956a7d0345495fc47464ba729caf99db /source/templates/management.html | |
parent | Added default argument for check_credentials(). (diff) | |
download | newspipe-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.html | 9 |
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>. |