From dd741d601e4601707a3cf6f8a945e234f2aef026 Mon Sep 17 00:00:00 2001 From: Douglas Palmer Date: Mon, 11 Nov 2024 09:40:28 -0800 Subject: [PATCH] Cookie not found in multi-step auth flows / mobile browsers Closes #32462 Signed-off-by: Douglas Palmer --- .../resources/theme/base/login/messages/messages_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/src/main/resources/theme/base/login/messages/messages_en.properties b/themes/src/main/resources/theme/base/login/messages/messages_en.properties index ee664cee6fa..6cd99520483 100644 --- a/themes/src/main/resources/theme/base/login/messages/messages_en.properties +++ b/themes/src/main/resources/theme/base/login/messages/messages_en.properties @@ -355,7 +355,7 @@ unexpectedErrorHandlingRequestMessage=Unexpected error when handling authenticat invalidAccessCodeMessage=Invalid access code. sessionNotActiveMessage=Session not active. invalidCodeMessage=An error occurred, please login again through your application. -cookieNotFoundMessage=Cookie not found. Please make sure cookies are enabled in your browser. +cookieNotFoundMessage=Restart login cookie not found. It may have expired; it may have been deleted or cookies are disabled in your browser. If cookies are disabled then enable them. Click Back to Application to login again. insufficientLevelOfAuthentication=The requested level of authentication has not been satisfied. identityProviderUnexpectedErrorMessage=Unexpected error when authenticating with identity provider identityProviderMissingStateMessage=Missing state parameter in response from identity provider.