MDL-60432 auth_cas: Removed unused file
This commit is contained in:
@@ -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>
|
||||
@@ -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';
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
accesCAS,auth_cas
|
||||
accesNOCAS,auth_cas
|
||||
Reference in New Issue
Block a user