mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
finish migrating almost all config to new system
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
__package__ = 'archivebox.core'
|
||||
|
||||
|
||||
from ..config.legacy import (
|
||||
LDAP
|
||||
)
|
||||
from archivebox.plugins_auth.ldap.apps import LDAP_CONFIG
|
||||
|
||||
def register_signals():
|
||||
|
||||
if LDAP:
|
||||
if LDAP_CONFIG.LDAP_ENABLED:
|
||||
import django_auth_ldap.backend
|
||||
from .auth_ldap import create_user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user