User クラスのパスワード フィールドの更新に問題があります。grails で SpringSecurity プラグインを使用していますが、このようにする必要があることがわかりましたが、機能していません...
user.password = springSecurityService.encodePassword(
params.password, userInstance.username)
も試した
user.password = springSecurityService.encodePassword(
params.password)
何か案は?