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

Update example to match current code

[CI skip]
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 3284d686
......@@ -150,7 +150,7 @@ Once you have the package installed, you can hook it to Django authentication:
# even without LDAP for admin account
AUTHENTICATION_BACKENDS = (
'django_auth_ldap.backend.LDAPBackend',
'django.contrib.auth.backends.ModelBackend',
'weblate.accounts.auth.WeblateUserBackend',
)
# LDAP server address
......
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