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

Remove EMAIL_FIELD and password reset #154

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Remove EMAIL_FIELD and password reset #154

merged 1 commit into from
Feb 27, 2024

Conversation

timonegk
Copy link
Member

The EMAIL_FIELD is used by our openid library to map email addresses, overwriting existing email addresses. We could implement a custom user mapper but we can also simple remove the EMAIL_FIELD because it is no longer required for password reset which is done via keycloak. (Previously, it was the field used to match the address a user enters into the password reset form with their account.)

@timonegk timonegk requested a review from lilioid February 26, 2024 18:29
@lilioid lilioid changed the base branch from master to staging February 27, 2024 13:37
@lilioid lilioid merged commit 117ebd9 into staging Feb 27, 2024
3 checks passed
@lilioid lilioid deleted the fix/email_field branch February 27, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants