1
0
-1

Hi,

I have a problem, i want to get user password(), but the password has encrypted. how to decrypt using UserDetails class or SecurityUtil.decrypt, i have tried but password still encrypted.


Thanks in advance,

khafidz

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      May I ask why you need to do that? Passwords supposed to be one way hashed for security reasons.

      1. Muhammad Khafidz

        i want to get user password because when upgrading joget server jw.war,jwdesigner username can not login,

      2. Chris Angel

        Fyi, if you are locked out of your joget server and if you have access to the database, you can try temporary change the password of your admin user in the db table "dir_user".

        And once you manage to log in again, do remember to change the password in Joget user management page in order for Joget to hash the password back for security.

        Then you can change the password for other users too in the Joget user management page.

        Do be careful when changing values in the database. Hope this helps!

      CommentAdd your comment...