{{define "settings"}} {{template "header" .}}
{{if .Suspended}} {{template "user-suspended"}} {{end}}

{{if .IsLogOut}}Before you go...{{else}}Account Settings {{if .IsAdmin}}admin settings{{end}}{{end}}

{{if .Flashes}}{{end}} {{ if .IsLogOut }}

Please add an email address and/or passphrase so you can log in again later.

{{ else }}

Change your account settings here.

Username

{{ end }}

Passphrase

{{if and (not .HasPass) (not .IsLogOut)}}

Add a passphrase to easily log in to your account.

{{end}} {{if .HasPass}}

Current passphrase

New passphrase

{{end}} {{if .IsLogOut}}{{end}}

Email

{{if and (not .Email) (not .IsLogOut)}}

Add your email to get:

  • No-passphrase login
  • Account recovery if you forget your passphrase
{{end}}
{{ if .OauthAccounts }} {{ range $oauth_account := .OauthAccounts }}

{{ $oauth_account.Provider }}

{{ end }} {{ end }} {{ if .OauthSlack }} Sign in with Slack {{ end }} {{ if .OauthWriteAs }} Link your Write.as account. {{ end }}
{{template "footer" .}} {{end}}