-
Bug
-
Resolution: Fixed
-
Blocker
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
wip-
MDL-56625-master -
Replication steps:
- Click the create new account when logging in (this requires some setup).
- Enter in details and save.
- Check email. It will have a link to confirm the new account.
- Go to address and observe the fatal error.
This is due to the introduction of signup_get_user_confirmation_authplugin() in MDL-56092.
All we need is something like:
require_once("$CFG->libdir/authlib.php");
|
In login/confirm.php and everything will work again.
- has been marked as being related by
-
MDL-57278 New users getting “error/moodle/invalidconfirmdata when clicking to confirm
-
- Closed
-