addict v0.3.0 Addict.Interactors.ResetPassword

Summary

Functions

Executes the password reset flow: parameters validation, password hash generation, user updating

Functions

call(params)

Executes the password reset flow: parameters validation, password hash generation, user updating.

Returns {:ok, user} or {:error, [errors]}