ppazos / cabolabs-ehrserver

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
https://cabolabs.com
Apache License 2.0
179 stars 110 forks source link

Reset password token is not set on the User #1057

Closed ppazos closed 4 years ago

ppazos commented 4 years ago

There was a change in Grails that lead to this bug.

https://stackoverflow.com/questions/58480441/grails-3-3-10-value-set-in-domain-method-is-not-being-saved?noredirect=1#comment103305480_58480441

Need to call the get method instead of accessing the field directly.

ppazos commented 4 years ago

done