mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(security): Add active property to guest user (#35454)
This commit is contained in:
committed by
GitHub
parent
bad03b1e76
commit
98fba1eefe
@@ -59,6 +59,7 @@ class GuestUser(AnonymousUserMixin):
|
||||
"""
|
||||
|
||||
is_guest_user = True
|
||||
active = True
|
||||
|
||||
@property
|
||||
def is_authenticated(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user