I'm referring to :
File: ./includes/class_dm_user.php
Line: 634
Find:
PHP Code:
if (is_banned_email($email) AND !$this->adminoverride)
and replace with:
PHP Code:
if (!is_banned_email($email) AND !$this->adminoverride)
I am running 3.5.8 and therefore do not see this in the file specified above. Do i have any other options???? this is EXACTLY what i have been looking for for quite some time!!!
|