I need to batch upload users into Joget. How do I generate each user's encrypted password?
After some experimentation, I discovered that the user passwords are saved in the Joget database using a simple md5 hash (no salt).
1 Comment
Shannon Whitley
After some experimentation, I discovered that the user passwords are saved in the Joget database using a simple md5 hash (no salt).