aboutsummaryrefslogtreecommitdiff
path: root/source/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-10 18:23:51 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-10 18:23:51 +0100
commitc68b08ba39e7f5ef83eccb57168cf28cb64dac71 (patch)
tree180bdc6169e72468d9cb23cce6e51ae2f107b1cb /source/templates/management.html
parenterror() is called when the password can't be changed. (diff)
downloadnewspipe-c68b08ba39e7f5ef83eccb57168cf28cb64dac71.tar.gz
newspipe-c68b08ba39e7f5ef83eccb57168cf28cb64dac71.tar.bz2
newspipe-c68b08ba39e7f5ef83eccb57168cf28cb64dac71.zip
Added possibility to change the username.
Diffstat (limited to 'source/templates/management.html')
-rw-r--r--source/templates/management.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/templates/management.html b/source/templates/management.html
index 38318d7c..553982fb 100644
--- a/source/templates/management.html
+++ b/source/templates/management.html
@@ -34,6 +34,10 @@
<hr />
<h1>Account</h1>
+ <form method=get action="/change_username/">
+ <input type="text" name="new_username" value="" placeholder="Enter a new username." />
+ </form>
+ <br />
<form method=get action="/change_password/">
<input type="password" name="new_password" value="" placeholder="Enter a new password." />
</form>
bgstack15