MDL-60432 auth_cas: Removed unused file

This commit is contained in:
Andrew Nicols
2018-12-14 13:22:25 +08:00
parent ddb9b02b05
commit 26a07f2ebb
3 changed files with 6 additions and 13 deletions
-11
View File
@@ -1,11 +0,0 @@
<div class="loginbox clearfix">
<div class="loginpanel">
<div>
<a href="<?php echo get_login_url() . '?authCAS=CAS';?>"><?php print_string('accesCAS', 'auth_cas');?></a>
</div>
<br/>
<div>
<a href="<?php echo get_login_url() . '?authCAS=NOCAS';?>"><?php print_string('accesNOCAS', 'auth_cas');?></a>
</div>
</div>
</div>
+4 -2
View File
@@ -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['noldapserver'] = 'No LDAP server configured for CAS! Syncing disabled.'
$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';
+2
View File
@@ -0,0 +1,2 @@
accesCAS,auth_cas
accesNOCAS,auth_cas