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

[FEATURE]: Update Password settings #1125

Open
ObsidianOracle opened this issue Nov 12, 2024 · 0 comments
Open

[FEATURE]: Update Password settings #1125

ObsidianOracle opened this issue Nov 12, 2024 · 0 comments

Comments

@ObsidianOracle
Copy link
Collaborator

ObsidianOracle commented Nov 12, 2024

Password change via Account Settings is currently not possible via the new web-ui. There is only one field for the new password in the update form and upon entering a new password and clicking the update button, the server sometimes responds with 500 Bad request or no response is received at all.

Without digging further into the server code and how password update is handled there, a proper password change request should include the following fields (for security and user experience reasons):

  • Old password
  • New password
  • Confirmation of new password

Also a password strength check (maybe configurable by an admin) would be nice.

This topic is assigned to the UI Team, but server changes may also be required, depending on the current handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Status: No status
Development

No branches or pull requests

1 participant