<What is password algorithm for upgrading Grails 2...
# questions
r
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 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') Looks like the password is SHA256 because the password is "System@123" and <a...