-
Notifications
You must be signed in to change notification settings - Fork 56
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
Integration with Django #17
Comments
I can answer my own question. YES |
I still need assistance. |
For reasons beyond me this is ALMOST working. Only one fault. it does not update either the display name or email for the user |
…anes.versions-0.40.0 Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0
I want to try an integrate ma1sd as a source of IDs from Django.
my auth_user table in django has
username, first_name, last_name, full_name, email in a view auth_fullnames
Database is currently sqlite, though it will soon become postgres.
Would this be correct for sqlite:
Also:
1: If and how to use the Identity and Profile stanzas?
2: Possible to synchronise passwords using ma1sd between Django and Synapse?
For 2 I guess we use either the exec or REST backends, but the latter has limited examples.
The text was updated successfully, but these errors were encountered: