[phplib] Register Users, a quick step by step list? From: Faine, Mark (Mark.Faine <email protected>)
Date: 04/20/01

Let me see if I got this right now,

To add register user functionality to phplib I need to do the following:
 
1.) create a database table with user specific fields.
2.) setup a subclass of User
3.) set auth mode to "reg" mode .
4.) create a registration form
5.) create a function auth_registerform() to present (include) the register
form.
6.) create a function auth_doregister() to process the form inserting the
registration information into the database I created for user information.
This function will need to use the USER_ID from auth_user as the primary key
for my newly created user information table.
 

Not necessarily in that order.
 
Is that even close?

 
-Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>