- Moderator
- #1
edwin
Moderator
- Messages
- 42
- Reaction score
- 3
- Points
- 8
Hello,
I have been asked to make a web application for a company that requires user and password to access.
Whenever I have done something similar I have placed in the index a form (method: post and action: login.php). The form contains the typical user box and password.
The login.php receives the two parameters and if the combination (user-pass) in the users table of the USERDB gives access to the client.
I have the doubt that someone from the company tell me that this is not safe enough, that they are a serious 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 user and password to access.
Whenever I have done something similar I have placed in the index a form (method: post and action: login.php). The form contains the typical user box and password.
The login.php receives the two parameters and if the combination (user-pass) in the users table of the USERDB gives access to the client.
I have the doubt that someone from the company tell me that this is not safe enough, that they are a serious company with very confidential information. Do you see it right? Can you add something to make it safer?
Thank you. Greetings