Add un-editable field in User Profile
 

I want to add uneditable field to the user profile page. I want to show some information of the user that I get from default login system, but users' of the system shouldn't be able to edit this.

I see that EDITALBE_SCREEN_NAME is been used how can I do something like that but for a new field.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
SocialQA's avatar
265
SocialQA
asked 11 years ago
Evgeny's avatar
13.2k
Evgeny
updated 11 years ago

Comments

For example, what would you display in that field?

Evgeny's avatar Evgeny (11 years ago)

I have modified the authentication system of askbot and I don't use open auth anymore, via my idp provider i get information about user and I want to show them but I don't want user to edit them lets say for example what type of user, Student Staff etc.

SocialQA's avatar SocialQA (11 years ago)
see more comments