For security, at least store passwords hashed with salt and validate and escape all user inputs. Consider scanning for top vulnerabilities on the top of OWASP list, and use a canary token. None of which impacts usability.
For usability, I'd consider accessibility basics, such as minimum color contrast, minimum button size, etc.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Top comments (1)
For security, at least store passwords hashed with salt and validate and escape all user inputs. Consider scanning for top vulnerabilities on the top of OWASP list, and use a canary token. None of which impacts usability.
For usability, I'd consider accessibility basics, such as minimum color contrast, minimum button size, etc.