t25kim opened a new pull request, #27626: URL: https://github.com/apache/airflow/pull/27626
The `users/userinfo` interface for `Your Profile` may need [`userinfoedit`](https://github.com/dpgaspar/Flask-AppBuilder/blob/4062f1ebd2e9bafe0c30f8b8890fe53011691742/flask_appbuilder/security/views.py#L358) data. However when Admin visits `Show record`, it pops the data from dict. This commit doesn't delete it, and only shows `Reset Password` button since `Edit User` and `Reset my password` buttons are related to Admin, not the selected user. ## How to Reproduce This was tested with `Breeze`. 1. Log in to Admin 2. Go to `Security` > `List Users` > `Show record` (or visit `http://localhost:28080/users/show/1` with your web browser) 3. Go to `Your Profile` (or visit `http://localhost:28080/users/userinfo/` with your web browser) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
