Commit 042af570 authored by Michal Čihař's avatar Michal Čihař

Basic documentation for social auth (issue #170)

parent 1439b0dd
......@@ -478,6 +478,23 @@ But Django can be configured to authenticate against other means as well.
Currently you have to register and confirm your email even when using other
authentication backend.
Third party authentication
++++++++++++++++++++++++++
Thanks python-social-auth, Weblate support authentication using many third
party services such as Facebook, GitHub, Google or Bitbucket.
Please check their documentation for generic configuration instructions:
http://psa.matiasaguirre.net/docs/configuration/django.html
.. note::
By default, Weblate relies on authentication services provide validated
email address, in case some of services you want to use do not support
this, please remove ``social.pipeline.social_auth.associate_by_email`` from
``SOCIAL_AUTH_PIPELINE`` settings.
LDAP authentication
+++++++++++++++++++
......
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