Skip to content

Commit

Permalink
MDL-21342 auth: tidy up pre-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jan 8, 2013
1 parent 70601b9 commit be5a316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auth/ldap/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ function ntlmsso_finish() {
$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);
Expand Down
2 changes: 1 addition & 1 deletion lang/en/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
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,
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be5a316

Please sign in to comment.