It should either truncate the data, or show a pretty warning message, instead of the stack trace.
h3. Reproduction steps
# Login # Go to the user profile # edit the profile # set a very long content in the company field (e.g, {{python3 -c 'print("a"*5000)'}}) (the actual length depends on the database) # click save
h3. Expected
The user receive a nice message explaining that the company field content is too large.
h3. Actual
An technical error is presented to the user, w
!screenshot-1.png|thumbnail! |
|