MDL-21342 auth: tidy up pre-integration

This commit is contained in:
Sam Hemelryk 2013-01-08 13:41:22 +13:00
parent 70601b9433
commit be5a3168df
3 changed files with 3 additions and 3 deletions

View file

@ -1643,7 +1643,7 @@ class auth_plugin_ldap extends auth_plugin_base {
$username = $cf[$key];
// Here we want to trigger the whole authentication machinery
// to make sure no step is bypassed...
$user = authenticate_user_login($username, $key, false);
$user = authenticate_user_login($username, $key);
if ($user) {
add_to_log(SITEID, 'user', 'login', "view.php?id=$USER->id&course=".SITEID,
$user->id, 0, $user->id);

View file

@ -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
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.
If you need help, please contact the site administrator,

View file

@ -30,7 +30,7 @@
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
// .XX = incremental changes