You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

change_passwd.tmpl 222B

1234567
  1. {{template "base/head" .}}
  2. <div class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
  3. <div class="ui container">
  4. {{template "user/auth/change_passwd_inner" .}}
  5. </div>
  6. </div>
  7. {{template "base/footer" .}}