From 74e33eeab9ab388a38892fd4aa2541bf65e7692a Mon Sep 17 00:00:00 2001 From: John Bodley Date: Tue, 9 Jan 2018 10:27:07 -0800 Subject: [PATCH] [security] Adding all derived FAB UserModelView views to admin only --- 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 = {