Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [hegu] blocking email addresses while signing up: Edit Log

Here is the list of edits for this post
Re: [hegu] blocking email addresses while signing up
I changed the line:

Code:
my @banned_addresses = qw/*@hotmail.com andy.newby@gmail.com/;


TO:

Code:
my @banned_addresses = *@hotmail.com;



This is the error I am getting:



A fatal error has occured:

GT::Plugins (1795): Error running plugin 'PRE' hook 'Plugins::BlockEmailUserSignup::user_signup':
syntax error at /home/USER/public_html/cgi-bin/resources/admin/Plugins/BlockEmailUserSignup.pm line 29, near "*@hotmail" Compilation failed in require at GT::Plugins::_load_hook line 290. at /home/USER/public_html/cgi-bin/resources/admin/Links/User/Login.pm line 31.


Last edited by:

hegu: Jun 18, 2012, 9:25 PM

Edit Log: