From 758f4772c4b315e42ff261382412abb897781b9d Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Tue, 9 Jan 2018 13:05:37 -0800 Subject: [PATCH] [security] Adding all derived FAB UserModelView views to admin only (#4180) --- superset/security.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/superset/security.py b/superset/security.py index 46283eb5df7b2..a2e0d5ae1aa0f 100644 --- a/superset/security.py +++ b/superset/security.py @@ -37,6 +37,10 @@ 'RoleModelView', 'Security', 'UserDBModelView', + 'UserLDAPModelView', + 'UserOAuthModelView', + 'UserOIDModelView', + 'UserRemoteUserModelView', } ALPHA_ONLY_VIEW_MENUS = {