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
---
- Changed
UserDefinition
fieldemail
from typeStringField
toEmailField
.
- Changed
sw-users-permissions-user-detail
to no longer validate for valid email format as the API will do that.