Do full email validation in oauth signup form
authorMagnus Hagander <magnus@hagander.net>
Wed, 2 Jul 2025 20:20:52 +0000 (22:20 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 2 Jul 2025 20:28:30 +0000 (22:28 +0200)
commit7d33e398a6e421f7af8a46685a23d699e52b2df5
tree67fd9d27c6f7023c0361910e30c7d3b8d34660ef
parent0c8f2d7bca89aab19689a20daa5ab45d381e0c28
Do full email validation in oauth signup form

These fields aren't editable anyway, but if we don't do the full
validation we will instead crash if for example the same account
creation form is submitted twice (happens surprisingly often). Now we
will instead show a validation error message.
pgweb/account/forms.py