mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
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.
This commit is contained in:
committed by
GitHub
parent
e5ffdc4248
commit
bb2b4ecc1b
@@ -1,3 +1,8 @@
|
||||
### Unreleased
|
||||
|
||||
* enhancements
|
||||
* Allow resource class scopes to override the global configuration for `sign_in_after_change_password` behaviour. [#5824](https://github.com/heartcombo/devise/pull/5824)
|
||||
|
||||
### 5.0.1 - 2026-02-13
|
||||
|
||||
* bug fixes
|
||||
|
||||
Reference in New Issue
Block a user