Skip to content

Users module redirect issue when changing passwords#33

Open
erickbadilla wants to merge 1 commit into
Cecropia:devfrom
erickbadilla:bugfix/CRM-316
Open

Users module redirect issue when changing passwords#33
erickbadilla wants to merge 1 commit into
Cecropia:devfrom
erickbadilla:bugfix/CRM-316

Conversation

@erickbadilla
Copy link
Copy Markdown

Description

I fixed an issue in the Users module where the system did not redirect properly after changing a password.
Now, after a successful password update, the user is redirected to the expected page instead of an invalid location.

Motivation and Context

This resolves a bug that caused broken navigation after a password change.
The fix ensures a smoother user experience and consistent behavior when updating passwords.

How To Test This

  1. Log in as a user.
  2. Navigate to Profile → Change Password.
  3. Enter current and new password.
  4. Submit the form.
  5. Confirm that the redirect takes the user to the correct page (e.g., the User DetailView).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

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.

1 participant