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.
Comments
For example, what would you display in that field?
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.