1
0
-1

hi, im using form store binder to create user, found this code from How To's Save Form Data To Multi Table


String insertQuery = "INSERT INTO dir_user (id, username, firstName, lastName, password, email) values (?, ?, ?, ?, 'md5(password)', ?)";

is it the correct way to create user  password ? please advise me 


    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, you can consider using the Directory Form Binder to help you create users.

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

        Hi

        This link Hashed Password might be helpful to you.

          CommentAdd your comment...