How would I generate the hash values for currentPassword on the
UserLogin entity. I was trying to create a user login but set
currentPassword to a plaintext value. When I then tried login I get
"Password incorrect.", I think this is because I did not hash the password.

Is there an external utility that I could use to get the hashed value
for the password?

Reply via email to