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

On this screen, you may customize the visual appearance of your profile page. You may set a custom color gradient for your header bar and personalize the colors of your profile cards.

Website Theme New!

This setting controls how the website theme will appear to you while logged in. By default, the dark theme is used if your device prefers dark, but you can manually override it to the Light or Dark themes above. Remember to click "Save Look & Feel" below to see the change!


Profile Header

{{template "avatar-48x48" .CurrentUser}}
{{.CurrentUser.NameOrUsername}}
{{if and .LoggedIn (not .IsPrivate)}}
{{end}}

Profile Page

Card Colors

Lightness
Card Title BG
Card Title FG
Link Color Example

If you'd like to reset all your page styles to their default, check this box and click Save below.

{{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.

Explicit photos on Gallery pages will be blurred by default until clicked. Photos on explicit Forum threads will also be blurred until clicked.

Uncheck this box to disable auto-play on GIFs.

{{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.


On this page you may opt-out of certain kinds of (on-site) notification messages. {{PrettyTitle}} does not send you any e-mails or push notification -- these on-site notifications only appear while you are visiting the website (on your home/user dashboard page).

{{InputCSRF}}

New Photo Uploads

By default you will be notified when your friends upload a new picture to the site. Below, you may opt-out of new photo upload notifications.

If unchecked, the following two notifications will not be sent either.

This will also depend on your opt-in to see explicit content -- otherwise notifications about explicit photo uploads will not be sent to you.

Likes & Comments

By default you will be notified when somebody 'likes' or comments on your profile page or photos. You may turn off those notifications with the options below.

Comment Thread Subscriptions

Comment threads and forum posts may be 'subscribed' to so that you can be notified about comments left by other people after you. By default, you will subscribe to comment threads after you leave your first comment.

Note: you may unsubscribe from comment threads by using the link at the top of its page (for example: at the top of a forum thread page or the top of the list of comments on a photo page). You may also opt in to get notifications on a thread that you didn't comment on by using the same link at the top of their pages.

The options below can control the automatic opt-in for subscriptions when you leave a comment on a new comment thread.

You are currently subscribed to {{.SubscriptionCount}} comment thread{{Pluralize64 .SubscriptionCount}}. You may immediately unsubscribe from all of these threads by checking this box and clicking "Save" below.

Miscellaneous

This notification is important for your account status, is rarely sent out, and can not be opted-out from.

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}}
You may use the fields below to change the e-mail address you log in with, change your username on the site, or set a new password. You will need to confirm your current password first before making these changes to your account.

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

{{if .OnChat}} You are currently logged into the chat room, so your username may not be updated at this time. To change your username, please log out of the chat room and wait a minute before reloading this page. {{else}} Usernames are 3 to 32 characters a-z 0-9 . - {{end}}

Deactivate My Account

If you'd like to take a break from {{PrettyTitle}} but think you may want to come back later, you may temporarily deactivate your account which will mark your profile as hidden from everywhere on the website (as if it were deleted), but in a way that you can recover your account and reactivate it again in the future.

Temporarily Deactivate My Account

Permanently Delete My Account

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

Permanently Delete My Account

{{end}} {{define "scripts"}} {{end}}