nextcloud/lib/private/User/DisabledUserException.php
Daniel Calviño Sánchez e8e41ccf40 fix: Throw specific LoginException when the user is disabled
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-11 04:43:45 +02:00

10 lines
206 B
PHP

<?php
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
namespace OC\User;
class DisabledUserException extends LoginException {
}