Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web admin: CSV imports (users) doesn't check presence of email #5040

Closed
nqb opened this issue Jan 9, 2020 · 1 comment
Closed

web admin: CSV imports (users) doesn't check presence of email #5040

nqb opened this issue Jan 9, 2020 · 1 comment

Comments

@nqb
Copy link
Contributor

nqb commented Jan 9, 2020

When you create a single user, email address is mandatory. When you use CSV import, you can create users without email addresses.

To Reproduce
Steps to reproduce the behavior:

  1. Import following CSV file:
"pid","firstname"
"riss","Riss"
"luz","Luz",
"cabu","Cabu"

=> Users are created without email addresses.

Expected behavior
CSV import must not allow creation of users without email address.

@nqb
Copy link
Contributor Author

nqb commented Jan 9, 2020

I noticed that this check is not present when you create multiple users. In this situation, that makes sense.

@satkunas satkunas self-assigned this Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants