aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/settings.html')
-rw-r--r--template/html/settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/settings.html b/template/html/settings.html
index 8e66a10..7e76569 100644
--- a/template/html/settings.html
+++ b/template/html/settings.html
@@ -32,10 +32,10 @@
<input type="text" name="username" id="form-username" value="{{ .form.Username }}" required>
<label for="form-password">{{ t "Password" }}</label>
- <input type="password" name="password" id="form-password" value="{{ .form.Password }}" autocomplete="off">
+ <input type="password" name="password" id="form-password" value="{{ .form.Password }}" autocomplete="new-password">
<label for="form-confirmation">{{ t "Confirmation" }}</label>
- <input type="password" name="confirmation" id="form-confirmation" value="{{ .form.Confirmation }}" autocomplete="off">
+ <input type="password" name="confirmation" id="form-confirmation" value="{{ .form.Confirmation }}" autocomplete="new-password">
<label for="form-language">{{ t "Language" }}</label>
<select id="form-language" name="language">