This change insures that users creating their account through a (email-based self-registration) signup form will be redirected to the login redirection URL instead of being brought to the Moodle instance’s default location, when they confirm their email. They’ll still see they email confirmation screen, but the "continue" button will point the redirection URL.
I’m bumping the plugin’s requirement to Moodle 3.5, since this change relies on the pre_signup_requests callback.
In response to issue #9.
This change insures that users creating their account through a (email-based self-registration) signup form will be redirected to the login redirection URL instead of being brought to the Moodle instance’s default location, when they confirm their email. They’ll still see they email confirmation screen, but the "continue" button will point the redirection URL.
I’m bumping the plugin’s requirement to Moodle 3.5, since this change relies on the pre_signup_requests callback.