Commit 1439b0dd authored by Michal Čihař's avatar Michal Čihař

Associate identities by email

This requires careful selection of auth providers, but it is what most
people want in Weblate.
parent 6c4299a0
......@@ -183,6 +183,7 @@ SOCIAL_AUTH_PIPELINE = (
'social.pipeline.social_auth.social_details',
'social.pipeline.social_auth.social_uid',
'social.pipeline.social_auth.auth_allowed',
'social.pipeline.social_auth.associate_by_email',
'social.pipeline.social_auth.social_user',
'social.pipeline.user.get_username',
'accounts.pipeline.require_email',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment