How to allow users to change their own Avatars?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Triggerz
    Member
    • May 2024
    • 40

    How to allow users to change their own Avatars?

    Hi, how can I give access to user to allow them to update their Avatars?
  • Triggerz
    Member
    • May 2024
    • 40

    #2
    I figured it out how to achieve this. What I did is that I edited the Role that is assigned to the user and added the edit access to the User entity. Then I also added a field level access so that the user will be restricted to edit other information except the Avatar.

    Comment

    • victor
      Active Community Member
      • Aug 2022
      • 754

      #3
      The Role of this user must have "read" and "edit" permission to User entity.

      Click image for larger version

Name:	image.png
Views:	0
Size:	10.2 KB
ID:	114025

      Comment

      • Triggerz
        Member
        • May 2024
        • 40

        #4
        Yes, this is also important to set so that the user won't be able to edit the records of other users. Thanks for the additional detail victor

        Comment

        Working...