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

Add Change Password menu option #30

Open
burtonr opened this issue Sep 25, 2022 · 0 comments
Open

Add Change Password menu option #30

burtonr opened this issue Sep 25, 2022 · 0 comments
Labels
Client (React) An issue only on the client side

Comments

@burtonr
Copy link
Owner

burtonr commented Sep 25, 2022

Add a new dialog that allow users to set a new password for themselves.
If the user is an admin, also allow the ability to change a different user's password.

The dialog should have at least 2 text inputs:

  • Current Password
  • New Password

If the user is an admin, and they are changing the password for a different user, the fields should be:

  • Username to change
  • New Password

An admin will use this to set a new password for a different user who has forgotten their password, or had their password reset.

The request should POST to the API endpoint defined in #28

@burtonr burtonr added the Client (React) An issue only on the client side label Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client (React) An issue only on the client side
Projects
None yet
Development

No branches or pull requests

1 participant