dpgaspar commented on a change in pull request #9232: [security] Fix, let
admin's be able to reset user passwords on AUTH_DB
URL:
https://github.com/apache/incubator-superset/pull/9232#discussion_r387146248
##########
File path: superset/security/manager.py
##########
@@ -81,7 +81,11 @@ def __init__(self, **kwargs):
PermissionModelView.list_widget = SupersetSecurityListWidget
# Limiting routes on FAB model views
-UserModelView.include_route_methods = RouteMethod.CRUD_SET | {"userinfo"}
+UserModelView.include_route_methods = RouteMethod.CRUD_SET | {
+ "userinfo",
+ "action_post",
+ "action",
+}
Review comment:
oh! yes, right you are
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]