Roundup Tracker - Issues

Issue 1381675

classification
Allow web confirmation without email (patch included)
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : richard, tohw
Priority: normal :

Created on 2005-12-15 14:21 by tohw, last changed 2005-12-15 14:21 by tohw.

Files
File name Uploaded Description Edit Remove
roundup.diff tohw, 2005-12-15 14:21 implementation patch
Messages
msg2084 Author: [hidden] (tohw) Date: 2005-12-15 14:21
The attached patch introduces a new option for config.ini:

# Offer registration confirmation by email as well as
through the web?
# Default: yes
email_registration_confirmation = yes

When this option is yes, there is no change from
current behaviour. When it is no, then the confirmation
message sent out by the register action contains no
reference to confirmation by email reply - it only
offers web confirmation.

In addition, the option stops mailgw from checking for
email confirmation.
History
Date User Action Args
2005-12-15 14:21:12tohwcreate