Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Invalid Username Bug

Quote Reply
Invalid Username Bug
To fix the invalid username bug people have been seeing, edit admin/GMail/Auth.pm and change around line 284:

return ($user =~ /^[^@ "';$!*]+\@[^@]+\..+$/);

to:

return ($user =~ /^[^\@ "';\$!*]+\@[^\@]+\..+$/);

Cheers,

Alex

--
Gossamer Threads Inc.