Store binder create user password - password encryption method

Confluence User - 15 Aug, 2019

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 


forms;plugins

2


15 Aug, 2019
confluenceUser
confluenceUser

Hi

This link Hashed Password might be helpful to you.

16 Aug, 2019
confluenceUser
confluenceUser

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

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print