changepasswordform.html 419 B

12345678910111213
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head><title>{{.title}}</title></head>
  3. <body>
  4. <a href="?do=logout">Logout</a>
  5. <form method="post" name="changepasswordform">
  6. <input type="password" name="oldpassword" />
  7. <input type="password" name="setpassword" />
  8. <input type="hidden" name="token" value="{{.token}}" />
  9. <input type="submit" name="Save" value="Save password" />
  10. </form>
  11. </body>
  12. </html>