Actions
Bug #5089
closedPassword encryption using JFactory for empty user instead of JUser
Description
JFactory to grab user object will pull the user from session. We don't want this. We need an empty Joomla user object at all times when encrypting the password. Extensions that null the user in session can cause this password encryption to fail, which fails CB registration. Changing to JUser resolves this issue.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !789
Actions