Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When trying to login a user with a special password for example: Password@123, the script would return an error saying the password was wrong. I removed "or !ctype_alnum($pass)" from the login section which allows users to login and register with html chars in their passwords.
- Loading branch information