mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-35130 shibboleth: remove hard-coded string
This commit is contained in:
parent
9a1ac11640
commit
05f8741cee
2 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,7 @@ if ($show_instructions) {
|
||||||
</form>
|
</form>
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
print_string("auth_shibboleth_contact_administrator", "auth_shibboleth");
|
print_string("auth_shib_contact_administrator", "auth_shibboleth", get_admin()->email);
|
||||||
echo '<a href="mailto:'.get_admin()->email.'"> Moodle Administrator</a>.';
|
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
$string['auth_shib_auth_method'] = 'Authentication method name';
|
$string['auth_shib_auth_method'] = 'Authentication method name';
|
||||||
$string['auth_shib_auth_method_description'] = 'Provide a name for the Shibboleth authentication method that is familiar to your users. This could be the name of your Shibboleth federation, e.g. <tt>SWITCHaai Login</tt> or <tt>InCommon Login</tt> or similar.';
|
$string['auth_shib_auth_method_description'] = 'Provide a name for the Shibboleth authentication method that is familiar to your users. This could be the name of your Shibboleth federation, e.g. <tt>SWITCHaai Login</tt> or <tt>InCommon Login</tt> or similar.';
|
||||||
|
$string['auth_shib_contact_administrator'] = 'In case you are not associated with the given organizations and you need access to a course on this server, please contact the <a href="mailto:{$a}">Moodle Administrator</a>.';
|
||||||
$string['auth_shibboleth_contact_administrator'] = 'In case you are not associated with the given organizations and you need access to a course on this server, please contact the';
|
$string['auth_shibboleth_contact_administrator'] = 'In case you are not associated with the given organizations and you need access to a course on this server, please contact the';
|
||||||
$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using <a href="http://shibboleth.internet2.edu/">Shibboleth</a>.<br />Be sure to read the <a href="../auth/shibboleth/README.txt">README</a> for Shibboleth on how to set up your Moodle with Shibboleth';
|
$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using <a href="http://shibboleth.internet2.edu/">Shibboleth</a>.<br />Be sure to read the <a href="../auth/shibboleth/README.txt">README</a> for Shibboleth on how to set up your Moodle with Shibboleth';
|
||||||
$string['auth_shibboleth_errormsg'] = 'Please select the organization you are member of!';
|
$string['auth_shibboleth_errormsg'] = 'Please select the organization you are member of!';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue