Remove all mention of obsolute API deactivation switch. The helpdesk frontend

now requires the API
This commit is contained in:
Timothy Hobbs
2023-11-23 22:23:13 +01:00
parent 3d4d58b5fd
commit 162a368b9d
6 changed files with 0 additions and 21 deletions

View File

@ -119,9 +119,6 @@ HELPDESK_TICKETS_TIMELINE_ENABLED = True
# Allow users to change their passwords
HELPDESK_SHOW_CHANGE_PASSWORD = True
# Activate the API
HELPDESK_ACTIVATE_API_ENDPOINT = True
# Instead of showing the public web portal first,
# we can instead redirect users straight to the login page.
HELPDESK_REDIRECT_TO_LOGIN_BY_DEFAULT = False