From 82dff95cc7a0146344c3346a688aa86cd1620e98 Mon Sep 17 00:00:00 2001 From: donal72 Date: Mon, 8 Jan 2007 09:06:20 +0000 Subject: [PATCH] mnet: New lang file for describing auth/mnet services --- lang/en_utf8/auth_mnet.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/en_utf8/auth_mnet.php diff --git a/lang/en_utf8/auth_mnet.php b/lang/en_utf8/auth_mnet.php new file mode 100644 index 0000000000..8d0386fee0 --- /dev/null +++ b/lang/en_utf8/auth_mnet.php @@ -0,0 +1,13 @@ +
  • Dependency: You must also subscribe to the SSO (Service Provider) service on $a.

  • '. + 'Subscribe to this service to allow authenticated users from $a to access your site without having to re-login. '. + '
    '; + +$string['sso_sp_name'] = 'SSO (Service Provider)'; +$string['sso_sp_description'] = 'Publish this service to allow authenticated users from $a to access your site without having to re-login. '. + '
    '. + 'Subscribe to this service to allow your users to roam to the $a Moodle site without having to re-login there. '. + '
    '; +?> \ No newline at end of file -- 2.39.5