JdbcUserDetailsManager.setEnableUpdatePassword #16863
Labels
in: core
An issue in spring-security-core
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
A general enhancement
JdbcUserDetailsManager
should implementUserDetailsPasswordService
and have a propertyenableUpdatePassword
that isfalse
by default (to prevent migrations that might produce passwords that are too large for the current database schema). This would allow users to easily opt into migrating passwords with JDBC. The new method would look something like this:The text was updated successfully, but these errors were encountered: