Jump to content

The login system


sigmahokies

Recommended Posts

"Login system"?

 

Is this something more than a simple form that asks for a user id and password?  I've not heard it referred to as a 'login system' before.  Normally it is simply the form and some logic and a db query to check the entries or to save them.

Link to comment
https://forums.phpfreaks.com/topic/298772-the-login-system/#findComment-1524024
Share on other sites

You will also need to use $_SESSIONs and password hashing (http://php.net/manual/en/faq.passwords.php)

 

Also, for better security, look into using a single atomic operation (http://forums.phpfreaks.com/topic/293061-validate-username-and-password/?p=1499458)

Link to comment
https://forums.phpfreaks.com/topic/298772-the-login-system/#findComment-1524025
Share on other sites

@sigmahokies, the php programming help forum section is for asking for help with code you have written. it is not for asking how you can learn something or for links to sites, because we don't know the complete requirements for what you are looking for. this is not a suggestion for you to try and list all the requirements that you are looking for. it's a suggestion that it's up to you to do the research for the information that you want to know, not to ask others to do this for you, because you are the only one here that knows what exactly you are looking for and at what level of detail that matches your programming knowledge and experience.
 
if you have specific questions about how you would design something, you can post them in the Application Design forum section, but please read the rules/stick-posts for that forum section, it is not to get someone to completely do your design for you, just to answer specific questions you have while you are doing the design - see the sticky/pinned post http://forums.phpfre...ication-design/

Link to comment
https://forums.phpfreaks.com/topic/298772-the-login-system/#findComment-1524115
Share on other sites

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.