From 4d57a24a2f5fe084626e72482f02a755a7b20d3b Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 5 Feb 2008 02:19:05 +0000 Subject: [PATCH] Rephrase the somewhat confusing createaccount-text message, which solves bug 12660: When creating an account by e-mail, do not send the creator's IP address. Really we want to send the creator's username here, but that would involve a considerable amount of refactoring (which would probably be a good thing but not something I feel like doing at the moment). --- RELEASE-NOTES | 2 ++ languages/messages/MessagesEn.php | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 011c8e7d60..017b3c7d85 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -360,6 +360,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 12768) Make DatabasePostgres->hasContraint() schema aware. * (bug 12735) Truncate usernames in comments using mb_ functions. * (bug 12892) Poor tab indexing on "delete file" form +* (bug 12660) When creating an account by e-mail, do not send the creator's IP + address == Parser changes in 1.12 == diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c4ad9b7387..65b328ba21 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -905,9 +905,7 @@ format. Please enter a well-formatted address or empty that field.', 'accountcreated' => 'Account created', 'accountcreatedtext' => 'The user account for $1 has been created.', 'createaccount-title' => 'Account creation for {{SITENAME}}', -'createaccount-text' => 'Someone ($1) created an account for $2 on {{SITENAME}} -($4). The password for "$2" is "$3". You should log in and change your password -now. +'createaccount-text' => 'Someone created an account for your e-mail address on {{SITENAME}} ($4) named "$2", with password "$3". You should log in and change your password now. You may ignore this message, if this account was created in error.', 'loginlanguagelabel' => 'Language: $1', -- 2.20.1