Skip to content

Commit 198d80d

Browse files
committed
Documentation for new param DEFAULT_NOREPLY_MAIL
1 parent 5a02030 commit 198d80d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Pytition specific settings
2424

2525
.. autodata:: pytition.settings.base.USE_MAIL_QUEUE
2626
.. autodata:: pytition.settings.base.ALLOW_REGISTER
27+
.. autodata:: pytition.settings.base.DEFAULT_NOREPLY_MAIL
2728

2829
Django settings
2930
---------------

pytition/pytition/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,5 @@
265265
#:| Only superusers will be allowed to
266266
RESTRICT_ORG_CREATION = False
267267

268+
#:| Default address for 'Reply to' field in mail sent on account creation
268269
DEFAULT_NOREPLY_MAIL = "[email protected]"

0 commit comments

Comments
 (0)