forked from extern/django-helpdesk
Add documentation for new HELPDESK_ANON_ACCESS_RAISES_404 setting
This commit is contained in:
parent
ac47f3ec4f
commit
8ba2614a96
@ -80,11 +80,15 @@ These changes are visible throughout django-helpdesk
|
||||
|
||||
- **HELPDESK_EMAIL_FALLBACK_LOCALE** Fallback locale for templated emails when queue locale not found
|
||||
|
||||
**Default:** ``HELPDESK_EMAIL_FALLBACK_LOCALE= "en"``
|
||||
**Default:** ``HELPDESK_EMAIL_FALLBACK_LOCALE = "en"``
|
||||
|
||||
- **QUEUE_EMAIL_BOX_UPDATE_ONLY** Only process mail with a valid tracking ID; all other mail will be ignored instead of creating a new ticket.
|
||||
|
||||
**Default:** ``False``
|
||||
**Default:** ``QUEUE_EMAIL_BOX_UPDATE_ONLY = False``
|
||||
|
||||
- **HELPDESK_ANON_ACCESS_RAISES_404** If True, redirects user to a 404 page when attempting to reach ticket pages while not logged in, rather than redirecting to a login screen.
|
||||
|
||||
**Default:** ``HELPDESK_ANON_ACCESS_RAISES_404 = False``
|
||||
|
||||
|
||||
Options shown on public pages
|
||||
|
Loading…
Reference in New Issue
Block a user