aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/user_settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/user_settings.html')
-rw-r--r--apioforum/templates/user_settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/apioforum/templates/user_settings.html b/apioforum/templates/user_settings.html
index cac613a..d463eee 100644
--- a/apioforum/templates/user_settings.html
+++ b/apioforum/templates/user_settings.html
@@ -5,9 +5,9 @@
<fieldset>
<legend>change password</legend>
<label for="password">current password</label>
-<input type="text" id="password" name="password"><br>
+<input type="password" id="password" name="password"><br>
<label for="new_password">new password</label>
-<input type="text" id="new_password" name="new_password">
+<input type="password" id="new_password" name="new_password">
</fieldset>
<fieldset>
<legend>change bio</legend>