From be05844116003d5b17f111971b8afb645a695264 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Thu, 18 Apr 2024 18:18:34 -0400 Subject: [PATCH] Update error for USER_CONSOLE_COUNT_EXCEEDED to just mention relevant variables --- app/config/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/errors.php b/app/config/errors.php index 4bb9458dd..47bb6d834 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -138,7 +138,7 @@ return [ ], Exception::USER_CONSOLE_COUNT_EXCEEDED => [ 'name' => Exception::USER_CONSOLE_COUNT_EXCEEDED, - 'description' => 'Sign up to the console is restricted. You can update console sign up restrictions by setting _APP_CONSOLE_WHITELIST_ROOT to "disabled" or by updating _APP_CONSOLE_WHITELIST_IPS or _APP_CONSOLE_WHITELIST_EMAILS to whitelist your IP or email.', + 'description' => 'Sign up to the console is restricted. You can contact an administrator to update console sign up restrictions by setting _APP_CONSOLE_WHITELIST_ROOT to "disabled".', 'code' => 501, ], Exception::USER_JWT_INVALID => [