Gets user by e-mail. Returns {:ok, user} or {:error, [user_id: "Unable to find user"]}
{:ok, user}
{:error, [user_id: "Unable to find user"]}