From 26a07f2ebb9dd9f7a9ba028f792cf3bea57f5e3a Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 14 Dec 2018 13:07:36 +0800 Subject: [PATCH] MDL-60432 auth_cas: Removed unused file --- auth/cas/cas_form.html | 11 ----------- auth/cas/lang/en/auth_cas.php | 6 ++++-- auth/cas/lang/en/deprecated.txt | 2 ++ 3 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 auth/cas/cas_form.html create mode 100644 auth/cas/lang/en/deprecated.txt diff --git a/auth/cas/cas_form.html b/auth/cas/cas_form.html deleted file mode 100644 index 52319a386992d..0000000000000 --- a/auth/cas/cas_form.html +++ /dev/null @@ -1,11 +0,0 @@ -
-
-
- -
-
-
- -
-
-
diff --git a/auth/cas/lang/en/auth_cas.php b/auth/cas/lang/en/auth_cas.php index 5d84f23ca3f67..43e237a3968fc 100644 --- a/auth/cas/lang/en/auth_cas.php +++ b/auth/cas/lang/en/auth_cas.php @@ -22,8 +22,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['accesCAS'] = 'CAS users'; -$string['accesNOCAS'] = 'other users'; $string['auth_cas_auth_name'] = 'Authentication method name'; $string['auth_cas_auth_name_description'] = 'Provide a name for the CAS authentication method that is familiar to your users.'; $string['auth_cas_auth_logo'] = 'Authentication method logo'; @@ -79,3 +77,7 @@ $string['pluginname'] = 'CAS server (SSO)'; $string['synctask'] = 'CAS users sync job'; $string['privacy:metadata'] = 'The CAS server (SSO) authentication plugin does not store any personal data.'; + +// Deprecated since Moodle 3.7. +$string['accesCAS'] = 'CAS users'; +$string['accesNOCAS'] = 'other users'; diff --git a/auth/cas/lang/en/deprecated.txt b/auth/cas/lang/en/deprecated.txt new file mode 100644 index 0000000000000..6854e8ef374cf --- /dev/null +++ b/auth/cas/lang/en/deprecated.txt @@ -0,0 +1,2 @@ +accesCAS,auth_cas +accesNOCAS,auth_cas