Skip to content

Commit

Permalink
prod_settings_template: Fix confusing {random_token} in comment.
Browse files Browse the repository at this point in the history
This was a typo in the original implementation; it should say {token}.
  • Loading branch information
timabbott committed Jul 1, 2020
1 parent 529da34 commit 08cbb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zproject/prod_settings_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# The noreply address to be used as the sender for certain generated
# emails. Messages sent to this address could contain sensitive user
# data and should not be delivered anywhere. The default is
# e.g. noreply-{random_token}@zulip.example.com (if EXTERNAL_HOST is
# e.g. noreply-{token}@zulip.example.com (if EXTERNAL_HOST is
# zulip.example.com). There are potential security issues if you set
# ADD_TOKENS_TO_NOREPLY_ADDRESS=False to remove the token; see
# https://zulip.readthedocs.io/en/latest/production/email.html for details.
Expand Down

0 comments on commit 08cbb71

Please sign in to comment.