1
0
-1

Hi All,

Is there any way we can update the User Profile Image? I am not able to update with the new image

Regards,                                                                                                                                                                      Akhil

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      In fact, you can make a form that has the user's name as ID (you have to save it in a personalized way for it to be done like this) and in it request the photo. Then, with a hash variable (with, for example #form.userprofiletable.image[{currentUser.id}]#) you can compose the URL of the photo in the userview, selecting "Using hash variable" in the user image configuration.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Joget is using the gravatar.com service to display the image (which you can hide if not needed in Userview Builder - Settings). Go to gravatar.com and create your email account and Joget will retrieve the profile image based on your Joget user setup email address.

        1. Akhil K N

          Thanks Matthew King  (smile). But I tried another method.


          Going to Admin Panel  Properties & Export →  Add Resource and upload the Image.

          Once Uploaded, Click on Image you will get the Hash Variable link, Copy that.

          Paste in the Userview where you want to change the gravatar image.

        CommentAdd your comment...