Commit c2093d51 authored by Michal Čihař's avatar Michal Čihař

Better structure authentication

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent fdf69205
......@@ -24,7 +24,7 @@ Django can be additionally configured to authenticate against other means as
well.
Social authentication
+++++++++++++++++++++
---------------------
Thanks to `python-social-auth <http://psa.matiasaguirre.net/>`_, Weblate
support authentication using many third party services such as Facebook,
......@@ -129,7 +129,7 @@ Facebook. Once this is done, you can configure Weblate to use it:
LDAP authentication
+++++++++++++++++++
-------------------
LDAP authentication can be best achieved using `django-auth-ldap` package. You
can install it by usual means:
......@@ -173,7 +173,7 @@ Once you have the package installed, you can hook it to Django authentication:
CAS authentication
++++++++++++++++++
------------------
CAS authentication can be achieved using a package such as `django-cas-ng`.
......
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