mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-56625 authentication: Email registration works again.
Creation via email accounts was broken due to a missing require for the auth library.
This commit is contained in:
parent
577bd70d38
commit
1d4490d366
@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
require('../config.php');
|
||||
require_once($CFG->libdir . '/authlib.php');
|
||||
|
||||
$data = optional_param('data', '', PARAM_RAW); // Formatted as: secret/username
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user