[I] Add a Reset Password button under Security > List Users > Edit user [airflow]

2024-01-26 Thread via GitHub
ecerulm opened a new issue, #37030: URL: https://github.com/apache/airflow/issues/37030 ### Description Currently the way to reset the password via the UI is to go to Security > List Users > Show record (loupe icon) > Show User > Reset Password I think it's counterintuitive th

Re: [I] Add a Reset Password button under Security > List Users > Edit user [airflow]

2024-04-11 Thread via GitHub
aritra24 commented on issue #37030: URL: https://github.com/apache/airflow/issues/37030#issuecomment-2050205856 @poorvirohidekar I believe it's part of the [Flask app builder](https://github.com/dpgaspar/Flask-AppBuilder/blob/c65e067f09e741c0031263c8599b8e8811d5/flask_appbuilder/security

Re: [I] Add a Reset Password button under Security > List Users > Edit user [airflow]

2024-04-13 Thread via GitHub
poorvirohidekar commented on issue #37030: URL: https://github.com/apache/airflow/issues/37030#issuecomment-2053915661 @aritra24 - Yup, I was checking out the same. @vincbeck - I was actually looking into this edit view implementation. https://github.com/apache/airflow/blob/main/airflow/

Re: [I] Add a Reset Password button under Security > List Users > Edit user [airflow]

2024-04-13 Thread via GitHub
aritra24 commented on issue #37030: URL: https://github.com/apache/airflow/issues/37030#issuecomment-2053919829 I believe it might need to be added as an [action](https://github.com/dpgaspar/Flask-AppBuilder/blob/c65e067f09e741c0031263c8599b8e8811d5/flask_appbuilder/security/views.py#L39

Re: [I] Add a Reset Password button under Security > List Users > Edit user [airflow]

2024-01-29 Thread via GitHub
eladm26 commented on issue #37030: URL: https://github.com/apache/airflow/issues/37030#issuecomment-1915231534 Hi, Will be happy to take this one as a first issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Add a Reset Password button under Security > List Users > Edit user [airflow]

2024-04-15 Thread via GitHub
vincbeck commented on issue #37030: URL: https://github.com/apache/airflow/issues/37030#issuecomment-2056800300 > @aritra24 - Yup, I was checking out the same. @vincbeck - I was actually looking into this edit view implementation. https://github.com/apache/airflow/blob/main/airflow/www/view