diff options
Diffstat (limited to 'templates/repo/migrate.tmpl')
-rw-r--r-- | templates/repo/migrate.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/migrate.tmpl b/templates/repo/migrate.tmpl index 45465178bd..7c983d7686 100644 --- a/templates/repo/migrate.tmpl +++ b/templates/repo/migrate.tmpl @@ -20,7 +20,7 @@ </div> <div class="field"> <label for="auth_password">{{.i18n.Tr "password"}}</label> - <input class="ipt ipt-large ipt-radius {{if .Err_Auth}}ipt-error{{end}}" id="auth_password" name="auth_password" type="text" value="{{.auth_password}}" /> + <input class="ipt ipt-large ipt-radius {{if .Err_Auth}}ipt-error{{end}}" id="auth_password" name="auth_password" type="password" value="{{.auth_password}}" /> </div> </div> </div> |