# تعطيل حقول تخصيص الملف الشخصي

**URL:** https://meta.discourse.org/t/disable-profile-customisation-fields/108405
**Category:** Support
**Created:** [5 فبراير 2019، 11:33ص UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405 "2019-02-05T11:33:15Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Alfarhan\_Zahedi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alfarhan_zahedi/32/141591_2.png) [@Alfarhan\_Zahedi](https://meta.discourse.org/u/Alfarhan_Zahedi)
#### Post date: [5 فبراير 2019، 11:33ص UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405/1 "2019-02-05T11:33:15Z")

</div>

Hi.  
Is there any way in which I can restrict users from editing certain sections of their profiles (under preferences) like their website and location ?

---

<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: [5 فبراير 2019، 11:33ص UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405/2 "2019-02-05T11:33:40Z")

</div>

Hide them via CSS, you can set that up in Admin, Customize.

---

<div class="post-metadata">

### Author: ![Alfarhan\_Zahedi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alfarhan_zahedi/32/141591_2.png) [@Alfarhan\_Zahedi](https://meta.discourse.org/u/Alfarhan_Zahedi)
#### Post date: [5 فبراير 2019، 11:37ص UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405/3 "2019-02-05T11:37:38Z")

</div>

Seriously?  
Can’t a client edit that css ?

---

<div class="post-metadata">

### Author: ![thegurjyot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thegurjyot/32/120516_2.png) [@thegurjyot](https://meta.discourse.org/u/thegurjyot)
#### Post date: [5 فبراير 2019، 11:43ص UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405/4 "2019-02-05T11:43:21Z")

</div>

Client can edit the css using developer tools but he cannot save that CSS on the website. As soon as the page is reloaded the CSS will go away. So in simple terms, client cannot save that CSS, only the admins can through admin dashboard.

---

<div class="post-metadata">

### Author: ![Alfarhan\_Zahedi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alfarhan_zahedi/32/141591_2.png) [@Alfarhan\_Zahedi](https://meta.discourse.org/u/Alfarhan_Zahedi)
#### Post date: [5 فبراير 2019، 11:47ص UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405/5 "2019-02-05T11:47:23Z")

</div>

Okay. I get that.  
But the client can submit that form (revealed by changing the css) and change his/her location/website.  
How to handle that without changing the core code but via plugins? Any hints on how to start?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [5 فبراير 2019، 1:23م UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405/6 "2019-02-05T13:23:59Z")

</div>

Create user custom fields with the stuff you want control over. Hide the built in ones you don’t. If the built in fields you don’t want are hidden from everyone then it didn’t matter if someone could contrive to set them.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [18 فبراير 2022، 5:52م UTC](https://meta.discourse.org/t/disable-profile-customisation-fields/108405/7 "2022-02-18T17:52:56Z")

</div>


