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 blogging-forward open source social network where we learn from one another
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.