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.