@@ -42,6 +42,9 @@ class ERROR_MESSAGES(str, Enum):
...
@@ -42,6 +42,9 @@ class ERROR_MESSAGES(str, Enum):
"The password provided is incorrect. Please check for typos and try again."
"The password provided is incorrect. Please check for typos and try again."
)
)
INVALID_TRUSTED_HEADER="Your provider has not provided a trusted header. Please contact your administrator for assistance."
INVALID_TRUSTED_HEADER="Your provider has not provided a trusted header. Please contact your administrator for assistance."
EXISTING_USERS="You can't turn off authentication because there are existing users. If you want to disable WEBUI_AUTH, make sure your web interface doesn't have any existing users and is a fresh installation."
UNAUTHORIZED="401 Unauthorized"
UNAUTHORIZED="401 Unauthorized"
ACCESS_PROHIBITED="You do not have permission to access this resource. Please contact your administrator for assistance."
ACCESS_PROHIBITED="You do not have permission to access this resource. Please contact your administrator for assistance."