From 8dc3de16296310c0dcd15625927fbb66521c8a2d Mon Sep 17 00:00:00 2001 From: donal72 Date: Thu, 11 Jan 2007 01:41:44 +0000 Subject: [PATCH] Auth: Replace hardcoded strings: MDL-8069 --- auth/nntp/config.html | 8 ++++---- auth/pop3/config.html | 10 +++++----- auth/radius/config.html | 16 ++++++++-------- auth/shibboleth/config.html | 2 +- lang/en_utf8/auth.php | 13 +++++++++++++ 5 files changed, 31 insertions(+), 18 deletions(-) diff --git a/auth/nntp/config.html b/auth/nntp/config.html index abcd86b645..67bc050ea0 100644 --- a/auth/nntp/config.html +++ b/auth/nntp/config.html @@ -15,7 +15,7 @@ if (!isset($config->changepasswordurl)) { - + - + - +
host: : changepasswordurl)) { print_string("auth_nntphost", "auth"); print_string("auth_multiplehosts", "auth"); - + ?>
port: : changepasswordurl)) {
changepasswordurl: : changepasswordurl)) { - + - + - + - + - +
host: : changepasswordurl)) {
type: : changepasswordurl)) {
port: : changepasswordurl)) {
mailbox: : changepasswordurl)) {
changepasswordurl: : changepasswordurl)) { - + - + - + - + - +
host: : - + changepasswordurl)) {
nasport: : - + changepasswordurl)) {
secret: : - +
changepasswordurl: :
changepasswordurl: : Shibboleth.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth'; @@ -245,6 +257,7 @@ $string['auth_shib_convert_data'] = 'Data modification API'; $string['auth_shib_convert_data_description'] = 'You can use this API to further modify the data provided by Shibboleth. Read the README for further instructions.'; $string['auth_shib_instructions_help'] = 'Here you should provide custom instructions for your users to explain Shibboleth. It will be shown on the login page in the instructions section. The instructions must include a link to \"$a\" that users click when they want to log in.'; $string['auth_shib_convert_data_warning'] = 'The file does not exist or is not readable by the webserver process!'; +$string['auth_shib_changepasswordurl'] = 'Password-change URL'; $string['shib_not_set_up_error'] = 'Shibboleth authentication doesn\'t seem to be set up correctly because no Shibboleth environment variables are present for this page. Please consult the README for further instructions on how to set up Shibboleth authentication or contact the webmaster of this Moodle installation.'; $string['shib_no_attributes_error'] = 'You seem to be Shibboleth authenticated but Moodle didn\'t receive any user attributes. Please check that your Identity Provider releases the necessary attributes ($a) to the Service Provider Moodle is running on or inform the webmaster of this server.'; -- 2.39.5