Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auth): add admin user management ui #4631

Merged
merged 4 commits into from
Sep 18, 2024

Conversation

Parker-Stafford
Copy link
Contributor

resolves #4612

  • adds ability for admins to change user passwords and edit their roles
Screen.Recording.2024-09-16.at.4.55.50.PM.mov

@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Sep 16, 2024
app/src/pages/settings/UserActionMenu.tsx Show resolved Hide resolved
app/src/pages/settings/UsersTable.tsx Outdated Show resolved Hide resolved
app/src/pages/settings/UsersTable.tsx Show resolved Hide resolved
Comment on lines +61 to +63
enum AuthMethod {
LOCAL
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Parker-Stafford Parker-Stafford merged commit cc453e0 into auth Sep 18, 2024
17 checks passed
@Parker-Stafford Parker-Stafford deleted the parker/4569-admin-user-management branch September 18, 2024 18:21
RogerHYang pushed a commit that referenced this pull request Sep 21, 2024
* feat(auth): add admin user management ui

* block changing admins role, block resetting password when not using local auth

* remove user form changes

* remove blocked wording for user delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants