Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 377 Bytes

2024-03-01-fix-user-email-validation.md

File metadata and controls

12 lines (12 loc) · 377 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix user email validation
issue: NEXT-34114
author: Sebastian Seggewiss
author_email: [email protected]
author_github: @seggewiss
---

Core

  • Changed UserDefinition field email from type StringField to EmailField.

Administration

  • Changed sw-users-permissions-user-detail to no longer validate for valid email format as the API will do that.