-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Currently there are no length constraints for fields in several forms. We should add them because:
- Login names, passwords, etc, should not be too short.
- Submitting a very long data to a field may cause
500since there are length constraints in corresponding models and the database transaction will fail committing.
Fields involved include but not limited to:
- User:
login_name,password,note,nickname, etc. - Post:
title.
Metadata
Metadata
Assignees
Labels
No labels