Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.5
-
Fix Version/s: 4.0.6
-
Component/s: Core CiviCRM
-
Labels:None
Description
the createJoomlaUser method does not respect the user activation settings as configured in the global settings. consequently, if the site requires user or admin activation, no email is sent out, the user account is left disabled, and the user is unable to login.
the attached patch rebuilds that function to make use of the com_users model methods, where the necessary activation logic is better handled.