How can i allow CRM users to change them avatar?
Announcement
Collapse
No announcement yet.
allow users ti change avatar
Collapse
X
-
Hello
By default only admin can change user's information, avatar as well.
You need to develop it, if you need
The simplest way I see is to override avatar field view and allow to modify own avatar. Check also if controller allow this action.
The second way is to create the button "Change Avatar" as the button "Change Password"
Comment