Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: 2.0.2 - Reserved Login BUG - HELP!

Quote Reply
Re: 2.0.2 - Reserved Login BUG - HELP! In reply to
To fix this now.. you can change admin/GMail/Auth.pm:
around line 303 or so it should say:
if ($user =~ /$regex/) {
change that to
if ($user =~ /^$regex$/) {


Adrian
Subject Author Views Date
Thread 2.0.2 - Reserved Login BUG - HELP! ryel01 2834 Jul 29, 2001, 2:14 PM
Thread Re: 2.0.2 - Reserved Login BUG - HELP!
brewt 2740 Jul 29, 2001, 3:09 PM
Thread Re: 2.0.2 - Reserved Login BUG - HELP!
brewt 2737 Jul 29, 2001, 3:12 PM
Post Re: 2.0.2 - Reserved Login BUG - HELP!
ryel01 2733 Jul 29, 2001, 3:24 PM