Date: 04/24/01
- Next message: Philip Strnad: "Re: [phplib] One more time - step by step self registration mode - is this correct?"
- Previous message: HurricaneIndy <email protected>: "[phplib] Join"
- Next in thread: Philip Strnad: "Re: [phplib] One more time - step by step self registration mode - is this correct?"
- Reply: Philip Strnad: "Re: [phplib] One more time - step by step self registration mode - is this correct?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In order to get self registration mode I must complete the following steps.
1.) change $mode to "reg" in auth.inc
2.) create a table with user specific fields
3.) create a function auth_registerform() to show a form which contains both
login and registration forms.
4.) create a function auth_doregister() to insert auth information into
auth_user and user specific information into my newly created user table.
- Is this correct?
-Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Philip Strnad: "Re: [phplib] One more time - step by step self registration mode - is this correct?"
- Previous message: HurricaneIndy <email protected>: "[phplib] Join"
- Next in thread: Philip Strnad: "Re: [phplib] One more time - step by step self registration mode - is this correct?"
- Reply: Philip Strnad: "Re: [phplib] One more time - step by step self registration mode - is this correct?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

