From: skodak Date: Sun, 15 Feb 2009 10:05:33 +0000 (+0000) Subject: MDL-18155 mentioned possiblity to lock email field; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ee84498bd38a46d3dfe771cabb08a5114cf790a9;p=moodle.git MDL-18155 mentioned possiblity to lock email field; merged from MOODLE_19_STABLE --- diff --git a/lang/en_utf8/report_security.php b/lang/en_utf8/report_security.php index 378def49dc..b9407fe8b9 100644 --- a/lang/en_utf8/report_security.php +++ b/lang/en_utf8/report_security.php @@ -60,7 +60,8 @@ $string['check_displayerrors_error'] = 'The PHP setting to display errors is ena $string['check_displayerrors_name'] = 'Displaying of PHP errors'; $string['check_displayerrors_ok'] = 'Displaying of PHP errors disabled.'; -$string['check_emailchangeconfirmation_details'] = '

It is recommended that an email confirmation step is required when users change their email address in their profile. If disabled, spammers may try to exploit the server to send spam.

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

It is recommended that an email confirmation step is required when users change their email address in their profile. If disabled, spammers may try to exploit the server to send spam.

+

Email field may be also locked from authentication plugins, this possibility is not considered here.

'; $string['check_emailchangeconfirmation_error'] = 'Users may enter any email address.'; $string['check_emailchangeconfirmation_info'] = 'Users may enter email addresses from allowed domains only.'; $string['check_emailchangeconfirmation_name'] = 'Email change confirmation';