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

services: update user's DB entry from LDAP (if needed) #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

veox
Copy link

@veox veox commented Dec 1, 2016

Updates the Taiga / Django database entry if LDAP returned different e-mail or full name values.

Before this, for example, if the e-mail value changed in LDAP, logging into Taiga would still only be possible with the old e-mail. If editing e-mail is disabled (e.g. as described here), this means the user has to remember their first-ever login e-mail. And if editing is enabled, then the user would still have to update this manually.

(Username is assumed non-changing here. Not sure what happens to Taiga/Django if the username changes - are all references changed or orphaned?..)

Note: this is not the PR mentioned in issue 37.

… full name.

Username is assumed non-changing here. Not sure what happens to
Taiga/Django if the `username` changes - are all references changed
or orphaned?..
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.

None yet

1 participant