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.
Actions