FEATURE: Site Setting to hide suspension reason on the public profile

This commit is contained in:
Robin Ward
2017-09-12 16:06:01 -04:00
parent d7c37d9369
commit 561fa7d0cd
8 changed files with 49 additions and 4 deletions

View File

@@ -3266,6 +3266,7 @@ en:
suspend_duration: "How long will the user be suspended for?"
suspend_duration_units: "(days)"
suspend_reason_label: "Why are you suspending? This text <b>will be visible to everyone</b> on this user's profile page, and will be shown to the user when they try to log in. Keep it short."
suspend_reason_hidden_label: "Why are you suspending? This text will be shown to the user when they try to log in. Keep it short."
suspend_reason: "Reason"
suspended_by: "Suspended by"
delete_all_posts: "Delete all posts"

View File

@@ -1441,6 +1441,7 @@ en:
hide_user_profiles_from_public: "Disable user cards, user profiles and user directory for anonymous users."
hide_suspension_reasons: "Don't display suspension reasons publically on user profiles."
user_website_domains_whitelist: "User website will be verified against these domains. Pipe-delimited list."
allow_profile_backgrounds: "Allow users to upload profile backgrounds."

View File

@@ -422,6 +422,9 @@ users:
user_website_domains_whitelist:
default: ''
type: list
hide_suspension_reasons:
default: false
client: true
groups:
enable_group_directory: