{{template "header_login" .}}
{{.CSRFField}} {{.Login.RequestParams.InputField}}

Account Recovery

{{if eq .Stage "start"}}

Tell us which account you want to recover:

{{else if eq .Stage "choose"}}

Choose a mechanism to verify account ownership:

{{else if eq .Stage "code"}}

Enter the offline code to recover access to your account. If recovery is successful, you will immediately be asked to set a new password.

{{else if eq .Stage "email_sent"}}

An email has been sent to the address associated with this account.

Follow the link contained within to continue with the recovery process.

{{end}}
{{template "footer_login" .}}