You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 500 since 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.
The text was updated successfully, but these errors were encountered:
Currently there are no length constraints for fields in several forms. We should add them because:
500
since there are length constraints in corresponding models and the database transaction will fail committing.Fields involved include but not limited to:
login_name
,password
,note
,nickname
, etc.title
.The text was updated successfully, but these errors were encountered: