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

  • Thread starter Thread starter JPIII
  • Start date Start date
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 !
 
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...
 
Back
Top