graph: Allow creating users without email (#5253)

This commit is contained in:
Daniel Swärd
2023-01-19 12:52:03 +01:00
committed by Ralf Haferkamp
parent b30b0b4a6c
commit c79d4ec241
3 changed files with 1 additions and 8 deletions
@@ -24,7 +24,7 @@ Feature: create user
| withoutPassSameEmail | without pass | alice@example.org | | 200 | should |
| name | pass with space | example@example.org | my pass | 200 | should |
| nameWithCharacters(*:!;_+-&) | user | new@example.org | 123 | 400 | should not |
| withoutEmail | without email | | 123 | 400 | should not |
| withoutEmail | without email | | 123 | 200 | should |
| Alice | same userName | new@example.org | 123 | 400 | should |
| name with space | name with space | example@example.org | 123 | 400 | should not |