diff options
author | Lydia Sevelt <LydiaSevelt@gmail.com> | 2015-08-18 13:56:36 -0400 |
---|---|---|
committer | Lydia Sevelt <LydiaSevelt@gmail.com> | 2015-08-18 13:56:36 -0400 |
commit | bfa8ef68a69fd49294703f86138f88db791dcd26 (patch) | |
tree | 6f876dfba093c303af071a46a80dec9f5d78f892 /templates/admin/auth/new.tmpl | |
parent | 81b8427438d4d37d38a46d0fec4c22aee60f91fa (diff) |
Change input field to type=password for the authentication templates.
Diffstat (limited to 'templates/admin/auth/new.tmpl')
-rw-r--r-- | templates/admin/auth/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index bad90cc4..80d7c266 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -45,7 +45,7 @@ </div> <div class="field"> <label class="req" for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label> - <input class="ipt ipt-large ipt-radius {{if .Err_BindPassword}}ipt-error{{end}}" id="bind_password" name="bind_password" value="{{.bind_password}}" /> + <input class="ipt ipt-large ipt-radius {{if .Err_BindPassword}}ipt-error{{end}}" id="bind_password" name="bind_password" type="password" value="{{.bind_password}}" /> </div> <div class="field"> <label class="req" for="user_base">{{.i18n.Tr "admin.auths.user_base"}}</label> |