You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/14 06:16:18 UTC

[GitHub] [airflow] RosterIn opened a new issue #11521: Allow to reset user password from Users panel.

RosterIn opened a new issue #11521:
URL: https://github.com/apache/airflow/issues/11521


   **Description**
   
   Currently any user can change his password when navigating to Profile -> Reset my password
   However Admins have no option to reset password for users as this option doesn't exist in Security -> List users -> Edit users
   
   The requested feature is:
   Add new type of permission "Change other users password".
   Grant this permission by default to Admins
   Add option in the UI to reset other users password for whoever has the permission for this action.
   
   
   The motivation for this request is that currently the only way to resolve this issue is to delete the user and recreate it.


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



[GitHub] [airflow] RosterIn closed issue #11521: Allow to reset user password from Users panel.

Posted by GitBox <gi...@apache.org>.
RosterIn closed issue #11521:
URL: https://github.com/apache/airflow/issues/11521


   


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



[GitHub] [airflow] RosterIn commented on issue #11521: Allow to reset user password from Users panel.

Posted by GitBox <gi...@apache.org>.
RosterIn commented on issue #11521:
URL: https://github.com/apache/airflow/issues/11521#issuecomment-720504038


   closing as this is FAB issue


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



[GitHub] [airflow] mik-laj commented on issue #11521: Allow to reset user password from Users panel.

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #11521:
URL: https://github.com/apache/airflow/issues/11521#issuecomment-708327606


   We use [Flask AppBuilder](https://github.com/dpgaspar/Flask-AppBuilder) for user management and I think that is a missing feature in this framework.  Can you create a ticket in this project? FAB experts will solve this problem faster than if we try to handle it on our side. 
   
   BTW. To get around the FAB limitations, I started using Keycloak: https://github.com/apache/airflow/issues/11305


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



[GitHub] [airflow] ypelud commented on issue #11521: Allow to reset user password from Users panel.

Posted by GitBox <gi...@apache.org>.
ypelud commented on issue #11521:
URL: https://github.com/apache/airflow/issues/11521#issuecomment-964872071


   You can use the FAB cli like this to reset password.
   
   `FLASK_APP=airflow.www.app flask fab reset-password`


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org