Re: [Phplib-users] Default Auth Help
Brought to you by:
nhruby,
richardarcher
From: Giancarlo P. <gia...@na...> - 2001-09-13 21:52:58
|
Brian Popp wrote: > > Thanks much Gian. The article you referenced in your response fixed the > problem. For those with CVS access, this fix apparently hasn't been added to > the latest revision (and probably should in my opinion). > > http://marc.theaimsgroup.com/?l=phplib&m=94269299705992&w=2 > That is one of those collectors' patches II reapply manually from one version of Phplib to another. I was only too timid to commit it. It does very much the same your validatelogin in phpbugtracker does: return 'nobody' if no username is entered and auth->nobody is true. - Gian |