stevekaeser commented on issue #2731: Give users the rights to change their 
password
URL: 
https://github.com/apache/incubator-superset/issues/2731#issuecomment-331557102
 
 
   I was able to work around this issue by creating a separate role that has 
these permissions:
   
   ```
   can this form post on ResetMyPasswordView,
   can this form get on ResetMyPasswordView,
   can this form post on UserInfoEditView,
   can this form get on UserInfoEditView,
   resetmypassword on UserDBModelView,
   can edit on UserDBModelView,
   can userinfo on UserDBModelView,
   userinfoedit on UserDBModelView
   ```
   Then I added that role to all the non-admin users which allowed them to 
view/edit their profile and change their own passwords.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to