Skip to content
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

Open
jwalgran opened this issue Mar 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jwalgran
Copy link
Contributor

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

  • Attempt to register an new account with a website URL longer than 200 characters in length

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

@jwalgran jwalgran added the bug Something isn't working label Mar 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant