Closed GoogleCodeExporter closed 8 years ago
Original comment by radek.sk...@gmail.com
on 15 Feb 2010 at 3:44
The issue was that user password was hashed in UserDao.store().
When an existing user was retrieved from the DB, its pwd was hashed. Then when
the
user entity was updated, the already hashed pwd was hashed again.
Now the pwd hash is computed only once during user registration in
UserService.register().
Original comment by radek.sk...@gmail.com
on 20 Feb 2010 at 6:10
Original issue reported on code.google.com by
radek.sk...@gmail.com
on 9 Feb 2010 at 5:04