Conversation
Bumps [lsa_tdx_feedback](https://github.com/lsa-mis/lsa_feedback) from 1.0.3 to 1.0.4. - [Changelog](https://github.com/lsa-mis/lsa_feedback/blob/main/CHANGELOG.md) - [Commits](lsa-mis/lsa_feedback@v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: lsa_tdx_feedback dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-ruby@6.3.0...6.3.1) --- updated-dependencies: - dependency-name: sentry-rails dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Introduced a new before_action callback to resume user sessions when editing or updating passwords, ensuring first-login detection and session preservation after password changes. - This enhancement improves user experience by maintaining session continuity during sensitive operations.
…ack-1.0.4 Bump lsa_tdx_feedback from 1.0.3 to 1.0.4
…6.3.1 Bump sentry-rails from 6.3.0 to 6.3.1
Bump bootsnap from 1.22.0 to 1.23.0
- Updated password reset specs to include scenarios for session destruction when unauthenticated or when a different user is signed in. - Added tests for preserving sessions during first-login password changes, ensuring a seamless user experience. - Implemented redirection logic for users based on roles and return paths after password changes, enhancing navigation post-reset.
Add session management during password edit and update actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Related Issues
Type of Change
How Has This Been Tested?
Checklist