Skip to content

Allow model config to override sign_in_after_change_password#5825

Merged
carlosantoniodasilva merged 1 commit intomainfrom
ca-sign-in-after-change-password-per-model
Feb 18, 2026
Merged

Allow model config to override sign_in_after_change_password#5825
carlosantoniodasilva merged 1 commit intomainfrom
ca-sign-in-after-change-password-per-model

Conversation

@carlosantoniodasilva
Copy link
Member

The config exists at the model/resource class from the registerable module, but it was not being honored, instead we were directly relying on the main Devise config.

Now this can be configured and honored per-model/resource class, as expected.

This is similar to #5429 and sign_in_after_reset_password fix.

The config exists at the model/resource class from the registerable
module, but it was not being honored, instead we were directly relying
on the main Devise config.

Now this can be configured and honored per-model/resource class, as
expected.

This is similar to #5429 and `sign_in_after_reset_password` fix.
@carlosantoniodasilva carlosantoniodasilva self-assigned this Feb 18, 2026
@carlosantoniodasilva carlosantoniodasilva merged commit bb2b4ec into main Feb 18, 2026
120 of 180 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant