]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15389 better explanation of spam dangers in user profiles - thanks Tim; merged...
authorskodak <skodak>
Wed, 2 Jul 2008 22:32:56 +0000 (22:32 +0000)
committerskodak <skodak>
Wed, 2 Jul 2008 22:32:56 +0000 (22:32 +0000)
lang/en_utf8/admin.php

index 1aac00bd701818b3399fcecc0eadf260d1cefec7..f5c4dff00f3215d2143551513e319952658dcd9e 100644 (file)
@@ -117,7 +117,7 @@ $string['configfiltermatchoneperpage'] = 'Automatic linking filters will only ge
 $string['configfiltermatchonepertext'] = 'Automatic linking filters will only generate a single link for the first matching text instance found in each item of text (e.g., resource, block) on the page. All others are ignored. This setting is ignored if the one per page setting is <i>yes</i>.';
 $string['configfilteruploadedfiles'] = 'Process all uploaded HTML and text files with the filters before displaying them, only uploaded HTML files or none at all.';
 $string['configforcelogin'] = 'Normally, the front page of the site and the course listings (but not courses) can be read by people without logging in to the site.  If you want to force people to log in before they do ANYTHING on the site, then you should enable this setting.';
-$string['configforceloginforprofiles'] = 'Enable this setting to force people to login as a real (non-guest) account before being allowed to see the user profile pages.  By default this is enabled (\"true\")';
+$string['configforceloginforprofiles'] = 'This setting forces people to login as a real (non-guest) account before viewing any user\'s profile. If you disabled this setting, you may find that some users post advertising (spam) or other inappropriate content in their profiles, which is then visible to the whole world.';
 $string['configframename'] = 'If you are embedding Moodle within a web frame, then put the name of this frame here.  Otherwise this value should remain as \'_top\'';
 $string['configfrontpage'] = 'The items selected above will be displayed on the site\'s front page.';
 $string['configfrontpageloggedin'] = 'The items selected above will be displayed on the site\'s front page when a user is logged in.';