imc-vibe/backend/internal/api
Christoph Haas f9ddfa869e Validate email local part when creating users
- Check length (1-64 characters)
- Allow only valid email characters (RFC 5321)
- Return ValidationError with descriptive message
2026-03-23 00:13:35 +01:00
..
handlers Validate email local part when creating users 2026-03-23 00:13:35 +01:00
router.go Fix: move domain Create/Delete to /api/domains (not /api/admin) 2026-03-22 23:42:12 +01:00