Skip to content

Conversation

@Corepex
Copy link
Contributor

@Corepex Corepex commented Dec 19, 2025

Changes in this pull request

Resolves #2623

Additional info

This pull request introduces an improvement to the user management workflow by providing clearer feedback when a user's password is updated and ensuring that profile updates are properly dispatched. The most important changes are grouped below:

User feedback and notifications:

  • Added a new translation string user-management.save-user.password.success to provide a specific success message when a user's password is updated.

User profile update logic:

  • In the useUserHelper hook (use-user-helper.tsx), after a successful password update, the code now dispatches the userProfileUpdated action and returns the updated user data, ensuring that the application state stays in sync with the server.

@Corepex Corepex self-assigned this Dec 19, 2025
@sonarqubecloud
Copy link

@Corepex Corepex requested a review from xIrusux December 19, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[User Management][Password Forgotten] Updating user results in two success notifications

2 participants