Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#13080 closed defect (bug) (invalid)

Banned Email Domains Aren't being ... Banned

Reported by: ipstenu's profile ipstenu Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: Cc:

Description

I have a list of banned email domains (like @mail.ru) in my options and yet if I try and sign up with foobarina@…, the account goes through.

I've tried both @mail.ru and mail.ru in the blacklist but it never catches. Actually if I put in @mail.ru, it wipes it out.

My database has this in for banned_email_domains

a:1:{i:0;s:7:"mail.ru";}

It just doesn't seem to be being read.

Change History (4)

#1 @ocean90
13 years ago

  • Keywords reporter-feedback added

Which WP version do you use?
I can't add sth like @mail.ru, only mail.ru.

Database entry is

a:2:{i:0;s:7:"mail.ru";i:1;s:7:"mail.da";}

And it blocks the domain, see: http://grab.by/3VWg
(tested on trunk)

#2 follow-up: @ipstenu
13 years ago

WP 3.0-beta1 - I don't know what SVN. It's the nightly from some time last week.

#3 in reply to: ↑ 2 @ipstenu
13 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Replying to ipstenu:

WP 3.0-beta1 - I don't know what SVN. It's the nightly from some time last week.

Ugh, never mind. I figured it out. It's working, but I had some @'s in there, and that broke it. I don't know HOW I got those in, but once I scrubbed them, it started working again.

#4 @ocean90
13 years ago

  • Keywords reporter-feedback removed
  • Milestone Unassigned deleted
Note: See TracTickets for help on using tickets.