Verifies if the password is correct for the provided email
password
email
Returns {:ok, user} or {:error, [errors]}
{:ok, user}
{:error, [errors]}