From 2ce65788357f4f511b6881c784c1f178a2b846f1 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 15 Nov 2017 15:00:03 +0800 Subject: [PATCH] MDL-60810 auth_db: removed rubbish content in string --- auth/db/lang/en/auth_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/db/lang/en/auth_db.php b/auth/db/lang/en/auth_db.php index e2daf5702bf..3b21d60fd48 100644 --- a/auth/db/lang/en/auth_db.php +++ b/auth/db/lang/en/auth_db.php @@ -45,7 +45,7 @@ $string['auth_dbname'] = 'Name of the database itself. Leave empty if using an O $string['auth_dbname_key'] = 'DB name'; $string['auth_dbpass'] = 'Password matching the above username'; $string['auth_dbpass_key'] = 'Password'; -$string['auth_dbpasstype'] = '

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

Use \'internal\' if you want the external database to manage usernames and email addresses, but Moodle to manage passwords. If you use \'internal\', you must provide a populated email address field in the external database, and you must execute both admin/cron.php and auth/db/cli/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.

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

'; $string['auth_dbpasstype_key'] = 'Password format'; $string['auth_dbreviveduser'] = 'Revived user {$a->name} id {$a->id}'; $string['auth_dbrevivedusererror'] = 'Error reviving user {$a}';