stages/password: improve labelling of LDAP backend

This commit is contained in:
Jens Langhammer 2020-09-17 15:54:48 +02:00
parent bf33828ac1
commit da15a8878f
2 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,8 @@ As passbook is currently in a pre-stable, only the latest "stable" version is su
| Version | Supported |
| -------- | ------------------ |
| 0.8.15 | :white_check_mark: |
| 0.9.x | :white_check_mark: |
| 0.10.x | :white_check_mark: |
## Reporting a Vulnerability

View File

@ -14,10 +14,7 @@ def get_authentication_backends():
"django.contrib.auth.backends.ModelBackend",
_("passbook-internal Userdatabase"),
),
(
"passbook.sources.ldap.auth.LDAPBackend",
_("passbook LDAP (Only needed when User-Sync is not enabled."),
),
("passbook.sources.ldap.auth.LDAPBackend", _("passbook LDAP"),),
]