Hi !

I do have a field in my user profile that I want to be viewed by anyone, but only admin can modify the value. So I have set the following permissions:
Edit own value: admin only
Edit anyone's value: admin only
View own value: all authenticated roles
View anyone's value: all authenticated roles

The problem is: if as an admin I set some value to this field for a user, when this user edits his profile, he can't see the field (which is ok) but when he saves his profile, the values for the field are emptied.

Any help on this ?

Thanks !