From ee84498bd38a46d3dfe771cabb08a5114cf790a9 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 15 Feb 2009 10:05:33 +0000 Subject: [PATCH] MDL-18155 mentioned possiblity to lock email field; merged from MOODLE_19_STABLE --- lang/en_utf8/report_security.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'; -- 2.39.5