{{ template "header" .}}

Settings

Email

Used for commits and Gravatar

{{ .csrfHtml }}
{{ if or .githubOauth .giteaOauth }}

Link accounts

{{ if .githubOauth }} {{ if .userLogged.GithubID }} Unlink GitHub account {{ else }} Link GitHub account {{ end }} {{ end }} {{ if .giteaOauth }} {{ if .userLogged.GiteaID }} Unlink Gitea account {{ else }} Link Gitea account {{ end }} {{ end }}
{{ end }}

Delete account

{{ .csrfHtml }}

Add SSH Key

Used only to pull/push gists using Git via SSH

{{ .csrfHtml }}
    {{ if .sshKeys }} {{ range $key := .sshKeys }}
  • {{ .Title }}

    SHA256:{{.SHA}}

    Added {{ .CreatedAt }}

    {{ if eq .LastUsedAt 0 }}

    Never used

    {{ else }}

    Last used {{ .LastUsedAt }}

    {{ end }}
    {{ $.csrfHtml }}
  • {{ end }} {{ end }}
{{ template "footer" .}}