You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/22 20:49:35 UTC

[GitHub] stevekaeser commented on issue #2731: Give users the rights to change their password

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:
users@infra.apache.org


With regards,
Apache Git Services