MDL-61707 authentication: Remove presignup session upon user signup

This commit is contained in:
Mihail Geshoski 2018-07-10 10:25:52 +08:00
parent 99d1a03857
commit 53e622ba88
3 changed files with 7 additions and 1 deletions

View file

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018051701.02; // 20180517 = branching date YYYYMMDD - do not modify!
$version = 2018051701.03; // 20180517 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.