Slackbot
09/15/2023, 11:58 AMseanoc5
09/15/2023, 12:24 PMgrails.plugin.springsecurity.password.algorithm = 'SHA-256' for both versions?
⢠You may want to check the plugin versions, and see if spring security changed libraries (or significant versions), as I believe the plugin relies heavily on standard spring security
Have you checked the conf/spring/resources.groovy in both versions? I have:
// Place your Spring DSL code here
beans = {
userPasswordEncoderListener(UserPasswordEncoderListener)
}
Perhaps that helps get you to the next step in debugging?Prince Mishra
09/15/2023, 1:13 PMgrails.plugin.springsecurity.password.algorithm = 'SHA-256'
for the same version but the spring security core in my build.gradle is not same for 3.3.9 the spring -security core version is 3.3.1 and for 5.3.2 i'm using 5.3..Joe Kocina
09/15/2023, 1:16 PMPrince Mishra
09/15/2023, 1:22 PM