What is password algorithm for upgrading Grails 2.x to Grails 6.x?
I am upgrading Grails 2.x to Grails 6.x along with Spring security 3.x to latest 6.x. Existing user password in database is plain hash “c80444fa0e57e8f3414471bb92fe800373343fde9bddc510a1f7df38baf62720” without id like {bcrypt} etc. So how do we configure password encoder in applicataion.groovy file please (Like for BCrypt grails.plugin.springsecurity.password.algorithm=’bcrypt’)
What is password algorithm for upgrading Grails 2.x to Grails 6.x?
I am upgrading Grails 2.x to Grails 6.x along with Spring security 3.x to latest 6.x. Existing user password in database is plain hash “c80444fa0e57e8f3414471bb92fe800373343fde9bddc510a1f7df38baf62720” without id like {bcrypt} etc. So how do we configure password encoder in applicataion.groovy file please (Like for BCrypt grails.plugin.springsecurity.password.algorithm=’bcrypt’)
What is password algorithm for upgrading Grails 2.x to Grails 6.x?
I am upgrading Grails 2.x to Grails 6.x along with Spring security 3.x to latest 6.x. Existing user password in database is plain hash “c80444fa0e57e8f3414471bb92fe800373343fde9bddc510a1f7df38baf62720” without id like {bcrypt} etc. So how do we configure password encoder in applicataion.groovy file please (Like for BCrypt grails.plugin.springsecurity.password.algorithm=’bcrypt’)