From: skodak Date: Tue, 24 Oct 2006 21:30:25 +0000 (+0000) Subject: Lang file for auth specifies incorrect file path in lang/en_utf8/auth.php MDL-7205... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8d2752e04b0aac8ce59f4e7a93b492f2dbbd909b;p=moodle.git Lang file for auth specifies incorrect file path in lang/en_utf8/auth.php MDL-7205 revisited - new patch by Martin Langhoff; merged from MOODLE_17_STABLE --- diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index 6540abb353..dbdd8a2ff1 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -30,7 +30,7 @@ $string['auth_dbfielduser'] = 'Name of the field containing usernames'; $string['auth_dbhost'] = 'The computer hosting the database server.'; $string['auth_dbname'] = 'Name of the database itself'; $string['auth_dbpass'] = 'Password matching the above username'; -$string['auth_dbpasstype'] = '

Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke.

Use \'internal\' if you want to the external DB to manage usernames & email addresses, but Moodle to manage passwords. If you use \'internal\', you must provide a populated email address field in the external DB, and you must execute auth/db/auth_db_sync_users.php regularly. Moodle will send an email to new users with a temporary password.

'; +$string['auth_dbpasstype'] = '

Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke.

Use \'internal\' if you want to the external DB to manage usernames & email addresses, but Moodle to manage passwords. If you use \'internal\', you must provide a populated email address field in the external DB, and you must execute admin/cron.php regularly. Moodle will send an email to new users with a temporary password.

'; $string['auth_dbtable'] = 'Name of the table in the database'; $string['auth_dbtitle'] = 'Use an external database'; $string['auth_dbtype'] = 'The database type (See the ADOdb documentation for details)';