parent
20bc9fe17a
commit
4f68621bad
9 changed files with 126 additions and 42 deletions
|
@ -7,7 +7,7 @@
|
|||
{{ else }}
|
||||
<h1>User Account</h1>
|
||||
<h2>Password Reset</h2>
|
||||
<form action="/accounts/{{ .Account.Id }}/reset/{{ .Token }}" enctype="multipart/form-data" method="post">
|
||||
<form action="/accounts/{{ .Account.Id }}/reset/{{ .Token }}" method="post">
|
||||
<input name="csrf_token" type="hidden" value="{{ .Page.Session.Data.CsrfToken }}">
|
||||
<fieldset>
|
||||
<legend>Set Password</legend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue