{{define "title"}}User Settings{{end}} {{define "content"}}

User Settings

{{ $User := .CurrentUser }}
{{InputCSRF}}

The fields here are shown on your profile page and are all optional. Fields with a icon are not shown on your page but may drive some data that is (e.g., your current age derived from your birthdate).

Used to show your age on your profile.

e.g. he/him; she/her

{{range .Enum.HereFor}}
{{end}}

Write a bit about yourself. Markdown formatting is supported here.

{{InputCSRF}}

Website Preferences

The default is that users must be logged-in to even look at your profile page. If your profile URL (/u/{{.CurrentUser.Username}}) is visited by a logged-out browser, they are prompted to log in.

Your profile is fully visible to logged-in users, but if a logged-out browser visits your page they will see a very minimal view: only your profile picture and display name are shown. Preview

If you check this box then only friends who you have approved are able to see your profile page and gallery. Your gallery photos also will NOT appear on the Site Gallery page. If your profile page is visited by a logged-out viewer, they are prompted to log in.

Check this box if you are OK seeing explicit content on this site, which may include erections or sexually charged content. These may appear on the Site Gallery as well as user profile pages.

{{InputCSRF}}

Account Settings

Enter your current password before making any changes to your email address or setting a new password.

Delete Account

If you would like to delete your account, please click on the button below.

Delete My Account

{{end}}