Skip to content

Commit

Permalink
Merge pull request #822 from Mohan-tech1/MOODLE_39_STABLE
Browse files Browse the repository at this point in the history
Update auth_saml2.php
  • Loading branch information
danmarsden authored Jul 6, 2024
2 parents 974796e + 099ff18 commit 86fe57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/auth_saml2.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<p>If passive, then the users that are already authenticated into the IDP will be automatically logged in, otherwise they will be sent to Moodle login page.</p>
<p>If off, then admins can still see the manual login page via /login/index.php?saml=off</p>
<p>If on, then external pages can deep link into moodle using saml eg /course/view.php?id=45&saml=on</p>
<p>If set to test IdP connection, the network will be checked for connectivity, and if functional, SAML login will be initiated.<p/>';
<p>If set to test IdP connection, the network will be checked for connectivity, and if functional, SAML login will be initiated.</p>';
$string['emailtaken'] = 'Can\'t create a new account, because {$a} email address is already registered';
$string['emailtakenupdate'] = 'Your email wasn\'t updated, because email address {$a} is already registered';
$string['errorinvalidautologin'] = 'Invalid autologin request';
Expand Down

0 comments on commit 86fe57d

Please sign in to comment.