Chris Arderne
7a14188663
fix(webapp): limit account email address length ( #4330 )
...
## Summary
Limits user account email addresses to 254 characters in profile
settings and onboarding. Oversized values are rejected before the
uniqueness lookup, and the form fields enforce the same limit in the
browser.
## Fix
Both email update flows use a shared bounded email schema. Basic
validation completes before the uniqueness lookup runs.
2026-07-22 10:29:30 +01:00
..
2024-11-19 13:14:25 +00:00
2025-08-15 09:52:14 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 09:01:37 +01:00
2026-07-08 15:11:40 +02:00
2026-03-17 18:26:43 +00:00
2026-06-17 08:28:15 +01:00
2026-06-26 13:02:53 +01:00
2024-04-18 12:01:38 +01:00
2026-07-02 11:37:05 +01:00
2026-05-18 17:42:31 +02:00
2026-07-10 10:59:10 +01:00
2026-07-09 11:58:33 +00:00
2026-07-22 10:29:30 +01:00
2026-06-26 17:12:53 +02:00
2026-06-26 09:01:37 +01:00
2026-07-10 18:30:02 +01:00
2026-01-15 16:54:45 +00:00
2026-03-02 14:45:14 +00:00
2026-07-05 10:05:54 +01:00
2026-07-05 10:05:54 +01:00
2025-05-01 09:53:06 +01:00
2026-07-02 11:37:05 +01:00
2026-05-20 09:46:44 +01:00
2024-11-28 11:25:00 +00:00
2026-07-09 11:58:33 +00:00
2026-07-02 11:37:05 +01:00
2024-03-06 09:48:00 +00:00
2026-07-02 11:37:05 +01:00
2026-06-26 13:02:53 +01:00
2026-04-01 14:48:05 +01:00
2026-01-09 11:39:36 +00:00
2026-07-02 11:37:05 +01:00
2026-07-02 11:37:05 +01:00
2026-06-26 17:12:53 +02:00
2026-03-23 06:23:19 +00:00
2026-06-18 12:54:46 +01:00
2026-07-02 11:37:05 +01:00
2026-06-26 13:02:53 +01:00
2026-04-29 10:00:22 +01:00
2023-08-01 10:21:22 +01:00
2023-09-27 16:38:30 +01:00
2026-07-02 11:37:05 +01:00
2026-07-21 15:57:13 +02:00
2025-12-16 14:32:49 +00:00
2023-07-03 13:47:58 +01:00
2025-07-10 16:43:10 +01:00
2026-07-09 11:58:33 +00:00
2026-07-09 11:58:33 +00:00
2026-07-02 11:37:05 +01:00
2026-03-05 11:05:45 +00:00
2026-05-22 15:10:41 +01:00
2026-05-08 11:47:24 +01:00
2023-11-03 11:05:00 +00:00
2026-04-16 15:15:10 +01:00
2026-04-23 15:54:05 +02:00
2026-06-25 18:04:26 +01:00
2025-03-05 14:40:14 +00:00
2025-03-17 13:32:31 +00:00
2023-07-23 15:41:13 +01:00
2026-01-30 09:47:56 +00:00
2026-06-26 13:02:53 +01:00
2026-07-02 11:37:05 +01:00
2026-07-02 15:04:09 +00:00
2025-08-27 13:23:45 +02:00
2026-03-23 16:07:30 +01:00
2024-01-03 13:11:22 +00:00
2025-03-26 18:05:26 +00:00