[Phplib-users] Registration Question
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-25 02:39:20
|
It looks to me with the default setup that is you are using login_if to register and the person types an existing login name and password, then it will silently authenticate them. This is not a good thing when the purpose of auth is protection. Is there any way to force the person to enter something unique when registering besides moding auth_doregister above auth_validatelogin? I was thinking maybe setting a hidden form variable and checking for its existence in auth_validatelogin and returning false if it existed. Thoughts, comments. I am trying to do something for the examples so I want it to be the way it was meant to work... Rob Hutton Web Safe www.wsafe.com ********************************************************************** Introducing Symantec Client Security - Integrated Anti-Virus, Firewall, and Intrusion Detection for the Client. Learn more: http://enterprisesecurity.symantec.com/symes238.cfm?JID=2&PID=11624271 |