xavier-GitHub76 commented on PR #32180:
URL: https://github.com/apache/superset/pull/32180#issuecomment-2642627589

   superset/security/manager.py mention : 
   
   USER_MODEL_VIEWS = {
           "RegisterUserModelView",
           **"UserDBModelView",**
           "UserLDAPModelView",
           "UserInfoEditView",
           "UserOAuthModelView",
           "UserOIDModelView",
           **"UserRemoteUserModelView",**
       }
   
   "UserDBModelView" is mentionned by 4 files
   
![image](https://github.com/user-attachments/assets/baf25019-4a79-4687-bac1-af13a0ae0991)
   
   "UserRemoteUserModelView" is only mentionned in superset/security/manager.py
   
![image](https://github.com/user-attachments/assets/4d8587c3-5f72-48dd-bb61-72cd55212f7f)
   
   If deletion of UserRemoteUserModelView is confirmed others raws are 
concerned :
   - RegisterUserModelView
   - UserLDAPModelView
   - UserOAuthModelView
   - UserOIDModelView
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to