{{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. {{if not $User.Birthdate.IsZero}} If you entered a wrong birthdate, you can change it here. Note that all birthdate changes will notify the admin, so don't mess around or behave dishonestly. {{end}}

e.g. he/him; she/her; they/them

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

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

{{InputCSRF}}

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}}

The settings on this page control your location for the Who's Nearby feature of {{PrettyTitle}}. Being discoverable by your location is an opt-in feature and you have your choice of options how you want your location to be found.

Notice: Remember to click "Save" after setting your location preference!

This option will opt-out of the Who's Nearby feature and your profile will not be discoverable by distance to other members. Any location data already stored by the website will be erased if you choose this option.

Coarse location data based on your IP address. Might be accurate to your city level. {{if not .GeoIPInsights.IsZero}}
Currently: {{.GeoIPInsights}} {{end}}

Your web browser will prompt you to share your current location with {{PrettyTitle}}.
Currently: You have not granted permission.

Use the map below and drop a pin anywhere you like to set your location.

Your location will be saved as the following in the database:

Map

This map shows your current location pin. To click and drop a pin manually, select the "Drop a pin on the map myself" option above. Otherwise, the map will center on your GPS location (if available) or your IP address location, depending on your selection above.

Map tiles provided by OpenStreetMap.

Privacy Settings

{{InputCSRF}}

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.


Note: this refers to Direct Messages on the main website (not inside the chat room). {{.CurrentUser.GetProfileField "dm_privacy"}}

Almost any member of the site may send you a Direct Message from your profile page (except for maybe Shy Accounts).

Nobody can slide into your DMs except for friends (and admins if needed). Anybody may reply to messages that you send to them.

Nobody can start a Direct Message conversation with you on the main website (except an admin if necessary). Anybody may reply to messages that you sent to them first.


To help protect your {{PrettyTitle}} account, you may opt-in to add a second factor to your login ("Two-Factor Authentication", or 2FA). This means that in addition to needing "something you know" (your password) to log in to your account, you can also require "something you have" (an authenticator device which generates random time-dependent codes).

{{PrettyTitle}} offers Two-Factor Authentication using the industry standard "Time-based One-Time Password" (TOTP) system that is compatible with Google Authenticator and Authy.

Your Two-Factor is currently: {{if .TwoFactorEnabled}} Enabled {{else}} Not Enabled {{end}}

Manage Two-Factor Authentication

{{InputCSRF}}

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}} {{define "scripts"}} {{end}}