Change password of users in Madmin rails 7 + Devise
Hi!
I need to create users, and change password of users in madmin. But if I change the password I got this error
raise Errors::InvalidHash.new("invalid hash")
I understand the problem is the password is encrypted and now is just a String
How can I solve that?