This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Attemting to register a new contributor account with a website URL longer than 200 characters raises an exception #2393
Labels
bug
Something isn't working
Overview
Attempting to register a new contributor account with a website URL longer than 200 characters raises an exception
Expected Behavior
The new contributor registration form validates the max allowable length of all fields and informs the user of how to correct their data entry
Actual Behavior
An unhandled exception is raised
Steps to Reproduce
Demo
https://app.rollbar.com/a/OpenApparelRegistry/fix/item/OpenSupplyHub/444
Additional context
The default max length for a URL field is 200 characters
https://docs.djangoproject.com/en/3.2/ref/models/fields/#urlfield
The text was updated successfully, but these errors were encountered: