Jump to content

making user accounts


dannerz

Recommended Posts

Generally, you have a database table created to hold the pertinent items according to your needs.  Obviously a uid and pswd, with the pswd encrypted using the best one you can access on your system/host.  A secure application to request and authenticate your users login info is a must.  A token that lets the rest of your application know whether or not the user is allowed to proceed is the ultimate results of the logon process which can be a session var or a cookie.

 

All of this will require you learning more than a small amount of many things.

How about doing some research on databases and tables and sql?  Then some reading up on what is important to do when writing an authentication script.  Maybe a good book on php and MySQL would come in handy. There are many ways to learn these things.  Do some research and see which ones resonate with you and your learning abilities.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.