Hello,
I have been asked to make a web application for a company that requires a username and password.
Whenever I have done something similar, I have placed a form (method: post and action: login.php) in the index. The form contains the typical user box and password.
The login.php receives the two parameters, and the combination (user-pass) in the user's table of the USERDB gives access to the client.
I doubt that someone from the company told me this was not safe enough and that they were a severe company with very confidential information. Do you see it right? Can you add something to make it safer?
Thank you. Greetings
I have been asked to make a web application for a company that requires a username and password.
Whenever I have done something similar, I have placed a form (method: post and action: login.php) in the index. The form contains the typical user box and password.
The login.php receives the two parameters, and the combination (user-pass) in the user's table of the USERDB gives access to the client.
I doubt that someone from the company told me this was not safe enough and that they were a severe company with very confidential information. Do you see it right? Can you add something to make it safer?
Thank you. Greetings