-
Notifications
You must be signed in to change notification settings - Fork 0
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
Several components allow logging in with email + password while User.email is not unique #39
Closed
4 tasks done
stevenbal opened this issue
Jun 28, 2024
· 3 comments
· Fixed by open-zaak/open-notificaties#169, maykinmedia/open-klant#199, maykinmedia/objects-api#422 or maykinmedia/objecttypes-api#120
Closed
4 tasks done
Several components allow logging in with email + password while User.email is not unique #39
stevenbal opened this issue
Jun 28, 2024
· 3 comments
· Fixed by open-zaak/open-notificaties#169, maykinmedia/open-klant#199, maykinmedia/objects-api#422 or maykinmedia/objecttypes-api#120
Labels
Comments
stevenbal
added
bug
Something isn't working
triage
Triage means the team has not yet refined this issue.
labels
Jun 28, 2024
joeribekker
removed
the
triage
Triage means the team has not yet refined this issue.
label
Jul 2, 2024
Please also check if this is an issue in default project. |
Coperh
added a commit
to open-zaak/open-notificaties
that referenced
this issue
Jul 2, 2024
Coperh
added a commit
to maykinmedia/open-klant
that referenced
this issue
Jul 2, 2024
Coperh
added a commit
to maykinmedia/open-klant
that referenced
this issue
Jul 2, 2024
Coperh
added a commit
to maykinmedia/objects-api
that referenced
this issue
Jul 2, 2024
Coperh
added a commit
to maykinmedia/objects-api
that referenced
this issue
Jul 2, 2024
Coperh
added a commit
to maykinmedia/objecttypes-api
that referenced
this issue
Jul 2, 2024
Coperh
added a commit
to maykinmedia/objecttypes-api
that referenced
this issue
Jul 2, 2024
Copy pasta |
Coperh
added a commit
to maykinmedia/objecttypes-api
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to maykinmedia/objects-api
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to maykinmedia/objects-api
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to maykinmedia/objects-api
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to maykinmedia/open-klant
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to maykinmedia/open-klant
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to open-zaak/open-notificaties
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to open-zaak/open-notificaties
that referenced
this issue
Jul 5, 2024
Coperh
added a commit
to maykinmedia/objecttypes-api
that referenced
this issue
Jul 5, 2024
…ique 🐛[maykinmedia/open-api-framework#39] make user emails unique
github-project-automation
bot
moved this from Implemented
to Done
in Data en API fundament
Jul 5, 2024
github-project-automation
bot
moved this from Done
to In Progress
in Data en API fundament
Jul 5, 2024
Coperh
added a commit
to open-zaak/open-notificaties
that referenced
this issue
Jul 5, 2024
🐛[maykinmedia/open-api-framework#39] make user emails unique
github-project-automation
bot
moved this from Implemented
to Done
in Data en API fundament
Jul 5, 2024
Coperh
added a commit
to maykinmedia/objects-api
that referenced
this issue
Jul 5, 2024
…ique 🐛[maykinmedia/open-api-framework#39] make user emails unique
github-project-automation
bot
moved this from Done
to In Progress
in Data en API fundament
Jul 5, 2024
Coperh
added a commit
to maykinmedia/open-klant
that referenced
this issue
Jul 5, 2024
…ique 🐛[maykinmedia/open-api-framework#39] make user emails unique
github-project-automation
bot
moved this from Implemented
to Done
in Data en API fundament
Jul 5, 2024
Also fixed in the default project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Product versie / Product version
latest
Omschrijf het probleem / Describe the bug
I noticed that several components support the
UserModelEmailBackend
, even though email is not a unique attribute of theUser
model. This leads to errors if you try to login with an email that is used by one or more usersStappen om te reproduceren / Steps to reproduce
[email protected]
[email protected]
and a passwordVerwacht gedrag / Expected behavior
Since Open Zaak and Referentielijsten have a constraint on this, I would expect this to be used in the other components as well https://github.com/open-zaak/open-zaak/blob/72e9025f1f924d1ffcd5ab6f83df58e3696f622b/src/openzaak/accounts/models.py#L50-L54
The text was updated successfully, but these errors were encountered: