[livejournal] r17459: LJSUP-5535 (Exceptions for hotmail email...
Committer: ailyin
LJSUP-5535 (Exceptions for hotmail email addresses should be removed)U trunk/htdocs/lostinfo.bml
Modified: trunk/htdocs/lostinfo.bml
===================================================================
--- trunk/htdocs/lostinfo.bml 2010-09-28 07:18:33 UTC (rev 17458)
+++ trunk/htdocs/lostinfo.bml 2010-09-28 07:32:14 UTC (rev 17459)
@@ -128,10 +128,6 @@
# check if this email address can receive password reminders
$email ||= $u->email_raw;
- # temporary hotmail hack
- if ($email=~/hotmail\.com$/i && $email ne $u->email_raw) {
- return LJ::bad_input('Lost Information emails have been temporarily disabled for Hotmail email addresses. Please use another email address or email support@livejournal.com with your request.');
- }
return LJ::bad_input($ML{'/lostinfo_do.bml.error1.text'})
unless $u->can_reset_password_using_email($email);
