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

Document authentication

parent d71c24d4
......@@ -430,6 +430,18 @@ Additionally you will have to adjust :file:`weblate/settings.py`::
.. note:: This is supported since Weblate 1.3.
Authentication
--------------
By default Weblate uses Django built-in user database. Thanks to this, 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.
.. _appliance:
Prebuilt appliance
......@@ -584,6 +596,8 @@ recommended to put your site offline, while the migration is going on.
all of them in Weblate's directory, for example by
``find . -name '*.pyc' - delete``.
.. _migration-pootle:
Migrating from Pootle
---------------------
......
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