diff --git a/SECURITY.md b/SECURITY.md index 61e34a261..db80b2275 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/passbook/stages/password/forms.py b/passbook/stages/password/forms.py index c27a5f842..62f82010f 100644 --- a/passbook/stages/password/forms.py +++ b/passbook/stages/password/forms.py @@ -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"),), ]