This topic is locked

Avoiding the need of password in the register page

9/1/2009 15:31:57
PHPRunner General questions
J
jbujosa author

I want the new users to fill a questionnary. I want to ask for a name each time a new user fill a new questionnary.
To access to a questionnary, the only thing I need is the user name to be entered in the registration page.
For that, at the beginning I redirect from the loging page to the registration page
After that, with the new record ID created in the users table I create a new record in the questionnary table recording the ID of the new user.
What I want is to simplify the most the user access, so I would like to avoid the need of entering a password in the registration page, because it is useless.
¿How can I do it?
Thank you