Commit 8cb4fead authored by Michal Čihař's avatar Michal Čihař

Document OpenID authentication

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d1a29f20
......@@ -48,6 +48,23 @@ authentication. Please note that some backends do not provide user email by
default, you have to request it explicitly, otherwise Weblate will not be able
to properly credit users contributions.
OpenID authentication
~~~~~~~~~~~~~~~~~~~~~
For OpenID based services it's usually just matter of enabling them. Following
section enables OpenID authentication for OpenSUSE, Fedora and Ubuntu:
.. code-block:: python
# Authentication configuration
AUTHENTICATION_BACKENDS = (
'social.backends.email.EmailAuth',
'social.backends.suse.OpenSUSEOpenId',
'social.backends.ubuntu.UbuntuOpenId',
'social.backends.fedora.FedoraOpenId',
'weblate.accounts.auth.WeblateUserBackend',
)
GitHub 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