fix #4969 - improve feedback and flow when connection string points to an invalid database

This commit is contained in:
sbwalker
2025-01-13 07:48:30 -05:00
parent 44ce68097b
commit 3468cba000
3 changed files with 12 additions and 5 deletions

View File

@ -64,7 +64,7 @@ namespace Oqtane.Controllers
}
else
{
// suppress unauthorized visitor logging as it is usually caused by clients that do not support cookies
// suppress unauthorized visitor logging as it is usually caused by clients that do not support cookies or private browsing sessions
if (entityName != EntityNames.Visitor)
{
_logger.Log(LogLevel.Error, this, LogFunction.Read, "User Not Authorized To Access Settings {EntityName} {EntityId}", entityName, entityId);