def reset_password(options)
        return if authenticated?

        status, entry = services.auth.reset_password(options, request)