How do I set-up an Access username /password file?

J

JPIII

Hi,

I need to use Access as database file for web page access
to a members only area. I would like for users to generate
their own passwords.

Can someone out there help me !
 
T

Triton

What is your Userinterface in VB.net? vb6.0? or ASP.net?
If any of the above make a table for login and passwords..and write a
routine to your login button on the webpage...so user clicks login button on
your webpage the routine is executed and it will match the password...and
authenticate the user..

if you want the user to create their own login and passwords like hotmail
then you need to have a query which would initially insert user login and
password from a registeration form..which will have a submit button which
when clicked will insert the login and password to the login table...and
would send the user a confimation of being regisdtered and then automatically
drivent o login page ....i hope u understand what i am saying...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top