|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Unfortunatelly it seems like real bug.
I think the problem is in RescueSecuritySupport where it should create user object with the hash of the password rather then plain one since this is the only thing Magnolia usually knows about the user password.
The line 102 should look like
User user = new RescueUser(UserManager.SYSTEM_USER, SecurityUtil.getBCrypt(UserManager.SYSTEM_PSWD));