Page 1 of 1

A user can not register with a .pl email address

PostPosted: Mon Aug 20, 2007 3:31 pm
Author: richiebgood
I have a user trying to register but cant because of his email polish address ends in .pl. I get the following CT Message

http://img76.imageshack.us/my.php?image ... hotyh0.png

And in the log manage in debug mode:

Code: Select all
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename]------------------------------------------#/profile.php  ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('user_email');


I tried to do it manaully with all the details but with a .com email and it works. Any ideas?

Re: A user can not register with a .pl email address

PostPosted: Tue Aug 21, 2007 5:24 am
Author: CaNNon
Code: Select all
#-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('user_email');



have you also tried the LOW setting?

PostPosted: Tue Aug 21, 2007 8:18 am
Author: richiebgood
I have in deed.

The weirdest part is that a few months ago, his friend signed up with a .pl email address and that works grand.

I dono, Cracker tracker must be be learning and not like polish people <img>

Re: A user can not register with a .pl email address

PostPosted: Fri Aug 24, 2007 5:21 am
Author: CaNNon
Go to the CT admin find "Disposable-Mailservice Protection" and disable it.
CT may be seeing the email as a disposable address, worth a try anyway.

PostPosted: Fri Aug 24, 2007 5:37 am
Author: richiebgood
cheers, i never knew about that. I shall try