You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If "Verify email addresses?" is disabled in the Craft User Settings and a license is purchased via guest checkout, when the user eventually registers, the license is not assigned to them. That is because the code that assigns unassigned licenses is only called when UsersService::EVENT_AFTER_ACTIVATE_USER is triggered, and that event is never triggered when email verification is disabled since users are active as soon as they're created (that seems to be by design, but if that is the bug, let me know and I will create an issue in the main Craft CMS repo).
The text was updated successfully, but these errors were encountered:
If "Verify email addresses?" is disabled in the Craft User Settings and a license is purchased via guest checkout, when the user eventually registers, the license is not assigned to them. That is because the code that assigns unassigned licenses is only called when
UsersService::EVENT_AFTER_ACTIVATE_USER
is triggered, and that event is never triggered when email verification is disabled since users are active as soon as they're created (that seems to be by design, but if that is the bug, let me know and I will create an issue in the main Craft CMS repo).The text was updated successfully, but these errors were encountered: