meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
system:config:silent_resubscribe [2013/08/20 15:45] phplistsystem:config:silent_resubscribe [2013/08/21 00:03] (current) – [Data entry] phplist
Line 1: Line 1:
 +
 +---- dataentry configoptions ----
 +type     : constant
 +name     : SILENT_RESUBSCRIBE
 +purpose  : Allow existing subscribers to re-subscribe without throwing an error.
 +allowed  : true false 0 1
 +default  : true
 +status_s : 
 +category : subscription
 +----
 +
 +
 +
 +
 +The default behaviour of phpList before version 3 was that a subscriber who signed up again, was added as if it was the first time they subscribed. So, the default for this option is true, which is the same as previous versions.
 +
 +With this option set to false, phpList will return an error on re-subscription.
 +
 +