099372d76c
* moved avatar to profile page * combined password change, email and account deletion into account settings page * combined totp, access tokens, linked accounts and openid into security settings page * move access tokens to applications settings page * small change to restart drone build * fix change avatar url on profile page * redirect old settings urls to new ones * enforce only one autofocus attribute on settings pages * set correct redirect status code * fmt fix
14 lines
397 B
Cheetah
14 lines
397 B
Cheetah
{{template "base/head" .}}
|
|
<div class="user settings security">
|
|
{{template "user/settings/navbar" .}}
|
|
<div class="ui container">
|
|
{{template "base/alert" .}}
|
|
{{template "user/settings/security_twofa" .}}
|
|
{{template "user/settings/security_accountlinks" .}}
|
|
{{if .EnableOpenIDSignIn}}
|
|
{{template "user/settings/security_openid" .}}
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|