mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Site Setting to hide suspension reason on the public profile
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -422,6 +422,9 @@ users:
|
||||
user_website_domains_whitelist:
|
||||
default: ''
|
||||
type: list
|
||||
hide_suspension_reasons:
|
||||
default: false
|
||||
client: true
|
||||
|
||||
groups:
|
||||
enable_group_directory:
|
||||
|
||||
Reference in New Issue
Block a user