mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 16:39:28 +00:00
merge: into dev from v4
This commit is contained in:
@@ -203,6 +203,9 @@ class UserLoginView(mixins.AuthMixin, UserLoginContextMixin, FormView):
|
||||
if self.request.GET.get("admin", 0):
|
||||
return None
|
||||
|
||||
if not settings.XPACK_ENABLED:
|
||||
return None
|
||||
|
||||
auth_types = [m for m in self.get_support_auth_methods() if m.get('auto_redirect')]
|
||||
if not auth_types:
|
||||
return None
|
||||
|
Reference in New Issue
Block a user