Re: [Dhis2-devs] USERS-Password

2014-04-23 Thread Jason Pickering
This has been discussed several times on this list including most recently here, so check the archives as well. https://lists.launchpad.net/dhis2-devs/msg28635.html Regards, Jason On Wed, Apr 23, 2014 at 7:40 PM, Dan Cocos wrote: > Hi Riddy, > > The password uses the username as a salt for

Re: [Dhis2-devs] USERS-Password

2014-04-23 Thread Dan Cocos
Hi Riddy, The password uses the username as a salt for the password so even if two users have the same password the encrypted password will not be the same org.hisp.dhis.security.spring.SpringSecurityPasswordManager is the class that contains the algorithm. I don’t think that users can be cre

[Dhis2-devs] USERS-Password

2014-04-23 Thread riddy ndoma
Hi all, I have 500 users that I try to create in the database. I prefer to ca directly in the backend. I created a Java class to tackle the PostgreSQL database. For the password I took the encrypted password district "48e8f1207baef1ef7fe478a57d19f2e5" but when I try to connect with the front-end, i