Fix password change URLs and add basic templates, to address #734

This commit is contained in:
Garret Wassermann
2019-03-09 18:38:24 -05:00
parent 59e58c6d0e
commit d42fc23e08
5 changed files with 76 additions and 1 deletions

View File

@ -98,6 +98,9 @@ HELPDESK_SUBMIT_A_TICKET_PUBLIC = True
# Should the Knowledgebase be enabled?
HELPDESK_KB_ENABLED = True
# Allow users to change their passwords
HELPDESK_SHOW_CHANGE_PASSWORD = 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