From 099ff18c2e126e7d214344de338eb05e5f2f8cea Mon Sep 17 00:00:00 2001 From: Mohan Lal Sharma <73571625+Mohan-tech1@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:49:48 +0530 Subject: [PATCH] Update auth_saml2.php Close paragraph HTML tag properly --- lang/en/auth_saml2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth_saml2.php b/lang/en/auth_saml2.php index 7c0c420e8..c2906247f 100644 --- a/lang/en/auth_saml2.php +++ b/lang/en/auth_saml2.php @@ -70,7 +70,7 @@

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.

If off, then admins can still see the manual login page via /login/index.php?saml=off

If on, then external pages can deep link into moodle using saml eg /course/view.php?id=45&saml=on

-

If set to test IdP connection, the network will be checked for connectivity, and if functional, SAML login will be initiated.

'; +

If set to test IdP connection, the network will be checked for connectivity, and if functional, SAML login will be initiated.

'; $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';