From 8729a60c1dd17378df42f622fc189b6d47f384b7 Mon Sep 17 00:00:00 2001 From: Andres D Date: Tue, 6 Mar 2018 23:20:38 +0100 Subject: templates/user/auth/login: disable password autocomplete (#5068) As gogs can be linked with PAM it is recommended to disable the autocomplete on the password input. --- templates/user/auth/login.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/auth/login.tmpl b/templates/user/auth/login.tmpl index a84b7130..01306971 100644 --- a/templates/user/auth/login.tmpl +++ b/templates/user/auth/login.tmpl @@ -15,7 +15,7 @@
- +
-- cgit v1.2.3