Quote:
Originally Posted by beano33
I've been looking for hack like this and this old thread was all I could come up with when I searched.
Will the code posted above work with vB3?
|
In vb3 try this:
edit profile.php, find:
PHP Code:
eval(print_standard_error('error_banemail'));
delete it OR replace it as (same thing)
PHP Code:
// eval(print_standard_error('error_banemail'));
This will make sure your members can not register with a banned email address, but when they registered with a normal address, then they can change their emails to anything they like (of course they still need to validate it if your setting is like that). In other words a good way to ban free emails in registration but then allow them in member change email section