Closed GoogleCodeExporter closed 8 years ago
This is due to a configuration error.
Password hashing is enabled by default in Flux (and this will not be changed).
It is HIGHLY recommended you migrate you hash the existing passwords in your
database using the following query:
UPDATE `login` SET `user_pass` = md5(`user_pass`);
As an unrecommended alternative, you can disable password hashing in Flux in
the application configuration file.
Original comment by Paradox924X
on 6 Feb 2012 at 1:12
Original issue reported on code.google.com by
yapvoon1...@gmail.com
on 19 Jan 2012 at 5:37