mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 08:36:23 +01:00
Load receivers on ready
This commit is contained in:
@@ -8,5 +8,5 @@ class AuthenticationConfig(AppConfig):
|
|||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
super(AuthenticationConfig, self).ready()
|
super(AuthenticationConfig, self).ready()
|
||||||
from allianceauth.authentication import checks
|
from allianceauth.authentication import checks, signals
|
||||||
register(Tags.security)(checks.check_login_scopes_setting)
|
register(Tags.security)(checks.check_login_scopes_setting)
|
||||||
|
|||||||
Reference in New Issue
Block a user