"Sorry, user name must be an email address."
We had version 2.51 of this file, and it seems this was fixed in v.2.52:
die errmsg("Sorry, user name must be an email address.") . "\n"
if $self->{OPTIONS}{username_email}
- and $self->{USERNAME} !~ m!^[a-zA-Z]([.]?([[:alnum:]._-]+)*)?@
([[:alnum:]\-_]+\.)+[a-zA-Z]{2,4}$!;
+ and $self->{USERNAME} !~ m!^[:alnum:]([.]?([[:alnum:]._-]+)*)?@
([[:alnum:]\-_]+\.)+[a-zA-Z]{2,4}$!;
However, this does not seem to work. Now, when someone tries to create an account with any email address, such as suppressed, it returns the error above. I had to go back to 2.51 to get any new accounts to work at all.
Any ideas on how to fix this? Thanks, -- Josh Kingdom Design http://www.kingdomdesign.com/ _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.