aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/create_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/create_user.html')
-rw-r--r--template/html/create_user.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/create_user.html b/template/html/create_user.html
index ada1c13..f46defe 100644
--- a/template/html/create_user.html
+++ b/template/html/create_user.html
@@ -30,10 +30,10 @@
{{ end }}
<label for="form-username">{{ t "Username" }}</label>
- <input type="text" name="username" id="form-username" value="{{ .form.Username }}" required autofocus>
+ <input type="text" name="username" id="form-username" value="{{ .form.Username }}" autocomplete="new-password" required autofocus>
<label for="form-password">{{ t "Password" }}</label>
- <input type="password" name="password" id="form-password" value="{{ .form.Password }}" required>
+ <input type="password" name="password" id="form-password" value="{{ .form.Password }}" autocomplete="new-password" required>
<label for="form-confirmation">{{ t "Confirmation" }}</label>
<input type="password" name="confirmation" id="form-confirmation" value="{{ .form.Confirmation }}" required>