{{ template "base-2024.html" . }} {{ define "extrahead" }} {{ end }} {{ define "content" }}
{{ csrftoken .Session }}
Reset your password
{{ if .HasPassword }} {{ end }}
Your password must be 8 or more characters, and must differ from your username{{ if .HasPassword }} and current password{{ end }}. Other than that, please follow best practices.
{{ if .DiscordUser }} Linked account: {{ .DiscordUser.Username }}#{{ .DiscordUser.Discriminator }} Unlink account {{ else }} You haven't linked your Discord account. Link account {{ end }}
Snippets will only be created while this setting is on.
{{ if .DiscordUser }}
Create snippets from all of my #project-showcase posts
Use this if you have a backlog of content in #project-showcase that you want on your profile.
{{ if gt .DiscordNumUnsavedMessages 0 }}
WARNING: {{ .DiscordNumUnsavedMessages }} of your messages are currently waiting to be processed. If you run this command now, some snippets may still be missing.
{{ end }}
{{ end }}
{{ csrftoken .Session }}
{{ end }}