{{ define "title" }}{{ .Tab }} settings{{ end }} {{ define "content" }}

Settings

{{ template "user/settings/fragments/sidebar" . }}
{{ template "profile" . }} {{ if .IsTnglSh }} {{ template "accountActions" . }} {{ end }} {{ template "punchcard" . }}
{{ end }} {{ define "profile" }}

Profile

Your account information from your AT Protocol identity.

Handle
{{ resolve .LoggedInUser.Did }} {{ if .IsTnglSh }} {{ if .HandleOpen }} {{ else }} change {{ end }} {{ end }}
Decentralized Identifier (DID) {{ .LoggedInUser.Did }}
Personal Data Server (PDS) {{ .LoggedInUser.Pds }}
{{ if and .IsTnglSh .HandleOpen }}
.{{ .PdsDomain }}
I have my own domain
{{ end }}
{{ end }} {{ define "accountActions" }}

Account

{{ if .IsDeactivated }}
Your account is deactivated. Your profile and repositories are currently inaccessible. Reactivate to restore access.
{{ end }}
{{ if .IsDeactivated }} {{ else }} {{ end }}
Confirm your identity to proceed.
{{ if .IsDeactivated }}

This will restore your profile and repositories, making them accessible again.

Confirm your identity to proceed.
{{ else }}

Your profile and repositories will become inaccessible. You can reactivate by logging in again.

Confirm your identity to proceed.
{{ end }}

This permanently deletes your account and all associated data. This cannot be undone.

Confirm your identity to proceed.
{{ end }} {{ define "punchcard" }}

Punchcard

Configure punchcard visibility and preferences.

{{ end }}