enterprise: Add option to forward feedback to an email address.

(imported from commit 0ac9bb0427aeba60a8004953fedfdfdc6bbb587c)
This commit is contained in:
Tim Abbott
2013-11-25 16:07:37 -05:00
parent 01f141e2b6
commit f59fb53662
3 changed files with 23 additions and 5 deletions

View File

@@ -56,10 +56,15 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = False
# Session cookie expiry in seconds after the last page load
SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # 2 weeks
# Controls whether or not there is a feedback button in the UI, which
# can be used to send feedback directly to the Zulip developers.
# Controls whether or not there is a feedback button in the UI.
ENABLE_FEEDBACK = True
# By default, the feedback button will submit feedback to the Zulip
# developers. If you set FEEDBACK_EMAIL to be an email address
# (e.g. ZULIP_ADMINISTRATOR), feedback sent by your users will instead
# be sent to that email address.
# FEEDBACK_EMAIL = ZULIP_ADMINISTRATOR
# Controls whether or not error reports are sent to Zulip. Error
# reports are used to improve the quality of the product and do not
# include message contents; please contact Zulip support with any