Sanitize the input fields in the frontend + backend
When a user is logging-in or registering or enter any kind of input, need to sanitize the input so it won't make an SQL injection.
When a user is logging-in or registering or enter any kind of input, need to sanitize the input so it won't make an SQL injection.