Hello @tanohex
Does this break your registration page?
It is added to ensure the user will be redirected to the correct pages. This was added when the course visibility feature was introduced so that if a user is not logged in and tries to view a single course page they will be redirected to the sign-in page and after successful sign-in in they will be redirected to the course page. This should not be issue for logging in or registering the user.
Thank You
Thread Starter
Tano
(@tanohex)
You have a demo website. Just install the plugin, and try to register as a student.
Result => 403 page.
The redirection should be done AFTER the registration validation, not before.
Thread Starter
Tano
(@tanohex)
@lihsaa PS: It happens to all my 6 production websites, so yeah… A huge joy!
The redirection is done only after the registration process. The redirect_to ensure that the user will be redirected to that URL after the registration. Also, there is no 403-page error on our side. You can check this record.
Thanks
Thread Starter
Tano
(@tanohex)
@lihsaa I found the issue. The redirect is blocked by the BBQ Firewall plugin.
I reported this to the plugin developer.
Thanks!