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

"Email [email protected] has already been taken." handling #221

Open
briskt opened this issue Feb 26, 2021 · 0 comments
Open

"Email [email protected] has already been taken." handling #221

briskt opened this issue Feb 26, 2021 · 0 comments

Comments

@briskt
Copy link
Contributor

briskt commented Feb 26, 2021

When a user cannot be created due to a conflicting email (or other field) an attempt should be made to override with new data from the id-broker. Often this error occurs when a change has been made in the id-broker database, but the equivalent change was not made in the pw-api database. Since the pw-api user table is effectively a cache of the idp-broker user table, changes should seamlessly propagate to the "cache".

It should also be considered whether it is worth keeping this local copy of the user table. It could be that pw-api data (e.g. password resets, event log) should be the only thing stored locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant