Date: 01/18/00
- Next message: Massimiliano Masserelli: "Re: [PHPLIB] Auth Class"
- Previous message: Davor Cengija: "Re: [PHPLIB] Looping redirects, plus LDAP question"
- Next in thread: Massimiliano Masserelli: "Re: [PHPLIB] Auth Class"
- Reply: Massimiliano Masserelli: "Re: [PHPLIB] Auth Class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
There seems to be a major discrepancy between the Auth classes in version
7.0 and 7.2 (of course code has been cleaned/redone). However, The redone
7.2 code has a problem with an infinite loop when "var nobody = true;" and
one calls "$auth->login_if($login)" and $login is true.. It will call the
start() function per login_if(), but after the user tries to authenticate,
it will loop back to the same login page stating that the username/pass is
invalid (does this with the included example and my own login page).
Version 7.0 works fine. After looking and comparing the code, I have come
to the conclusion that the subselects in v7.2 are broken when it comes to
verifying users via login_if(). Has anyone looked into this already? (I've
just subscribed to this list).
-- Vibol Hou Director, KhmerConnection.com "Uniting the Online Cambodian Community" http://www.khmerconnection.com- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.
- Next message: Massimiliano Masserelli: "Re: [PHPLIB] Auth Class"
- Previous message: Davor Cengija: "Re: [PHPLIB] Looping redirects, plus LDAP question"
- Next in thread: Massimiliano Masserelli: "Re: [PHPLIB] Auth Class"
- Reply: Massimiliano Masserelli: "Re: [PHPLIB] Auth Class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

