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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.