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
Register on the registration page which you will see if you visit the site in a logged out state as this site is using the Private Site add-on features
Enter one of the available voucher codes to complete the registration
The user is sent to the dashboard with no activated courses or memberships, so it looks like the voucher code is not activating the membership it is associated with.
Expected Behavior
When a user activates a voucher code through registration, it should add them to the associated membership and trigger immedietly autoenrollment into courses that are set to autoenroll for that membership
Actual Behavior
The voucher code logs the user in, but they do not gain access to the membership or autoenroll courses immediately
The text was updated successfully, but these errors were encountered:
It seems adding the "Voucher Code Redemption" block in the Register form doesn't work. The input is a random name (ie. text_2127_1) and not processed when the form is submitted. It likely should be named llms_voucher instead.
Deleting and re-adding the Voucher Code Redemption block seems to have fixed it. I'm not seeing where the input name could be changed as there's no setting for it.
Will need some more detail or steps in order to reproduce and fix.
Reproduction Steps
Expected Behavior
When a user activates a voucher code through registration, it should add them to the associated membership and trigger immedietly autoenrollment into courses that are set to autoenroll for that membership
Actual Behavior
The voucher code logs the user in, but they do not gain access to the membership or autoenroll courses immediately
The text was updated successfully, but these errors were encountered: