mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-21342 auth: tidy up pre-integration
This commit is contained in:
parent
70601b9433
commit
be5a3168df
3 changed files with 3 additions and 3 deletions
|
@ -1643,7 +1643,7 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||||
$username = $cf[$key];
|
$username = $cf[$key];
|
||||||
// Here we want to trigger the whole authentication machinery
|
// Here we want to trigger the whole authentication machinery
|
||||||
// to make sure no step is bypassed...
|
// to make sure no step is bypassed...
|
||||||
$user = authenticate_user_login($username, $key, false);
|
$user = authenticate_user_login($username, $key);
|
||||||
if ($user) {
|
if ($user) {
|
||||||
add_to_log(SITEID, 'user', 'login', "view.php?id=$USER->id&course=".SITEID,
|
add_to_log(SITEID, 'user', 'login', "view.php?id=$USER->id&course=".SITEID,
|
||||||
$user->id, 0, $user->id);
|
$user->id, 0, $user->id);
|
||||||
|
|
|
@ -636,7 +636,7 @@ To unlock the account immediately go to the following address
|
||||||
|
|
||||||
In most mail programs, this should appear as a blue link
|
In most mail programs, this should appear as a blue link
|
||||||
which you can just click on. If that doesn\'t work,
|
which you can just click on. If that doesn\'t work,
|
||||||
then cut and paste the address into the address
|
then copy and paste the address into the address
|
||||||
line at the top of your web browser window.
|
line at the top of your web browser window.
|
||||||
|
|
||||||
If you need help, please contact the site administrator,
|
If you need help, please contact the site administrator,
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
|
|
||||||
$version = 2012120300.07; // YYYYMMDD = weekly release date of this DEV branch
|
$version = 2012120300.08; // YYYYMMDD = weekly release date of this DEV branch
|
||||||
// RR = release increments - 00 in DEV branches
|
// RR = release increments - 00 in DEV branches
|
||||||
// .XX = incremental changes
|
// .XX = incremental changes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue