# Hide About Me for Suspended Users

**URL:** https://meta.discourse.org/t/hide-about-me-for-suspended-users/53383
**Category:** Feature
**Created:** [November 25, 2016, 10:47pm UTC](https://meta.discourse.org/t/hide-about-me-for-suspended-users/53383 "2016-11-25T22:47:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [November 25, 2016, 10:47pm UTC](https://meta.discourse.org/t/hide-about-me-for-suspended-users/53383/1 "2016-11-25T22:47:58Z")

</div>

We’ve recently switched to SSO and we’ve quickly discovered that accounts we’ve suspended are finding ways to regenerate their About Me text (we manually remove it) by logging in to the parent site.

The parent site, sends over Email, About Me, and maybe website to Discourse via SSO. What we’d like to do is hide the about me text from all users when the account is suspended. It is already hidden from user cards, but making it hidden on the Profile would be ideal for us too.

There are two things I could see being done here.

1. SSO stops sending the about me data for suspended users

- But how does SSO know the user is suspended?

1. SSO doesn’t permit updating the profile text when the user is suspended

- Doesn’t benefit non-SSO sites

1. When the user is suspended, hide the About Me text from everyone (except staff?)

Are there any other possibilities I haven’t thought about? And would any of the above (minus #1 obviously) be permitted as #pr-welcome?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [November 25, 2016, 11:54pm UTC](https://meta.discourse.org/t/hide-about-me-for-suspended-users/53383/2 "2016-11-25T23:54:17Z")

</div>

Number three seems fine to me.

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [November 26, 2016, 12:34am UTC](https://meta.discourse.org/t/hide-about-me-for-suspended-users/53383/3 "2016-11-26T00:34:11Z")

</div>

PR Created  
[https://github.com/discourse/discourse/pull/4571](https://github.com/discourse/discourse/pull/4571)

Screenshots:

**Anonymous/Regular Users**

Viewing profile of a user who is not suspended

 ![](https://global.discourse-cdn.com/meta/original/3X/e/d/ed0b57adb9628e3fba534643077342b5cf6a6bc8.png)

Viewing profile of suspended user

 ![](https://global.discourse-cdn.com/meta/original/3X/6/2/62cb5032e11359f54f17f4cb4193ad6e201a0c9e.png)

**Staff**

Viewing profile of a user who is not suspended

 ![](https://global.discourse-cdn.com/meta/original/3X/c/4/c429ba7860d2fa67f6104a70e5c987cfbcfaf464.png)

Viewing profile of suspended user

 ![](https://global.discourse-cdn.com/meta/original/3X/d/0/d09e63fe35cd2e22f78ddae40f72ffcd2cd17672.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 5, 2017, 2:49am UTC](https://meta.discourse.org/t/hide-about-me-for-suspended-users/53383/4 "2017-04-05T02:49:36Z")

</div>


