Hi guys, do you know some intensive tutorial for login system?
i can create login form, connect to database, but my prob is that i dont know how to generate new account automatically for each user to register. I am tired of assigning new form for every user and i know that that is not how its supposed to work.
im working with vb express edition 2010. :)
------
UPDATE:
Im sorry, my first question is very unclear: this is what i want to know:
How to make registered users have their own account and access this after logging in.
I have a registration process, and a login form.