Files
devise/test
Carlos Antonio da Silva bb2b4ecc1b Allow model config to override sign_in_after_change_password (#5825)
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.
2026-02-18 09:43:10 -03:00
..
2023-10-11 19:12:53 -03:00