Allow users to unsubscribe via email address, without logging in. Fixes bug #11559.
This commit is contained in:
parent
22a6ce339e
commit
f1ea8105d4
8 changed files with 221 additions and 27 deletions
|
|
@ -199,6 +199,26 @@ our $HELP = {
|
|||
related => [ ],
|
||||
},
|
||||
|
||||
'collaboration unsubscribe template' => {
|
||||
title => 'collaboration unsubscribe template title',
|
||||
body => '',
|
||||
fields => [],
|
||||
isa => [],
|
||||
variables => [
|
||||
{ name => 'formHeader',
|
||||
description => 'unsubscribe formHeader', },
|
||||
{ name => 'formSubmit',
|
||||
description => 'unsubscribe formSubmit', },
|
||||
{ name => 'formEmail',
|
||||
description => 'unsubscribe formEmail', },
|
||||
{ name => 'formFooter',
|
||||
description => 'unsubscribe formFooter', },
|
||||
{ name => 'formMessage',
|
||||
description => 'unsubscribe formMessage', },
|
||||
],
|
||||
related => [ ],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue