Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
d6994c29
Commit
d6994c29
authored
Oct 10, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve authentication options docs (issue #376)
parent
dd56d2c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
docs/admin/auth.rst
docs/admin/auth.rst
+9
-8
No files found.
docs/admin/auth.rst
View file @
d6994c29
...
...
@@ -15,19 +15,20 @@ You can also completely disable new users registration using
Authentication backends
-----------------------
By default Weblate uses Django built-in user database. Thanks to this, you can
By default Weblate uses Django built-in authentication and includes various
social authentication options. Thanks to using Django authentication, you can
also import user database from other Django based projects (see
:ref:`pootle-migration`).
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.
Django can be additionally configured to authenticate against other means as
well.
Third party
authentication
+++++++++++++++++++++
+++++
Social
authentication
+++++++++++++++++++++
Thanks python-social-auth, Weblate support authentication using many third
party services such as Facebook, GitHub, Google or Bitbucket.
Thanks `python-social-auth <http://psa.matiasaguirre.net/>`_, Weblate support
authentication using many third party services such as Facebook, GitHub,
Google or Bitbucket.
Please check their documentation for generic configuration instructions:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment