Hi,
I am developing a web site and I am using PHPLIB to do the authentification. I am a bit confused about the mode parameter in the auth class.
When someone visits the site for the first time, they need to register, any subsequent visits just require a log-in.
Do I need to create two classes based on the auth class, one with the mode parameter set to "log" and one with the mode parameter set to "reg"?
How does the first screen that requires authentification know which class to use (effectively the call to page_open(...)), i.e. the first time you need to register, any subsequent time you need to log-in.
Any help and/or pointers would be appreciated.
Regards,
Ronald (dutchman) Maas.