Title: Users screen
Last modified: August 21, 2016

---

# Users screen

 *  Resolved [DesignFlute](https://wordpress.org/support/users/designflute/)
 * (@designflute)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/users-screen/)
 * I have created additional fields and set it blank for users screen as I don’t
   want these additional fields to be editable by the users. But they show up in
   member profile page and are editable by users.
    jobs.design-flute.com/account
   is member profile page.
 * Have I misunderstood the use/role of user screen??
    How can I make the extra 
   fields “not-editable” by the users.
 * A great plugin works great on my main site. So customizable too! A big thank 
   you to plugin author.
 * [http://wordpress.org/extend/plugins/wp-members/](http://wordpress.org/extend/plugins/wp-members/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/users-screen/#post-3829206)
 * Once of the properties of each field in the field management tab is “display”.
   If it is set to display, it will be part of the registration form and thus editable
   by the user. If display is not checked, the field is still available to be used
   by the admin, but the user will not have access to it.
 *  Thread Starter [DesignFlute](https://wordpress.org/support/users/designflute/)
 * (@designflute)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/users-screen/#post-3829209)
 * Thank you so much for the clarity.
 * Like username which cannot be changed is it possible to make these extra fields
   not-editable by users and still display them. I mean is it lot of work or with
   a bit of tweaking can be done?
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/users-screen/#post-3829239)
 * Any fields that you add are user meta. WP user meta fields are stored in wp_usermeta
   and can be retrieved with [get_user_meta](http://codex.wordpress.org/Function_Reference/get_user_meta).
   You could display the results a lot of different ways. If you want it to be in
   line with the form results, you would want to use the [wpmem_register_form](http://rocketgeek.com/plugins/wp-members/users-guide/filter-hooks/wpmem_register_form/)
   form filter.
 *  Thread Starter [DesignFlute](https://wordpress.org/support/users/designflute/)
 * (@designflute)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/users-screen/#post-3829251)
 * Not just excellent plugin but excellent support too.
    Thank you very much.
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/users-screen/#post-3829253)
 * No problem.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Users screen’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

## Tags

 * [user-edit](https://wordpress.org/support/topic-tag/user-edit/)

 * 5 replies
 * 2 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/users-screen/#post-3829253)
 * Status: resolved