From 22e212e441cf748570eafbba0ebacf90eb8c9b63 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 8 Jun 2011 18:49:19 +0000 Subject: disable subscription using the webform, and force people to use identity --- subrequest.tt2 | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 subrequest.tt2 diff --git a/subrequest.tt2 b/subrequest.tt2 new file mode 100644 index 0000000..23d63bd --- /dev/null +++ b/subrequest.tt2 @@ -0,0 +1,73 @@ + + + + [% IF status == 'auth' %] + + [% IF listconf.custom_attribute.size == 0 %] + [%|loc(list)%]You requested a subscription to list %1[%END%]. + [%|loc%]To confirm your request, please click the button below:[%END%]
+ [% ELSE %] [%|loc(list)%]You want to subscribe to list %1[%END%]. + [%|loc%]Please fill in the form below and then click the validation button[%END%]
+
+ [% END %] +

+ +
+
+ + + [% PROCESS edit_attributes.tt2 %] + + + +
+
+ + [% ELSIF status == 'notauth_passwordsent' %] + + [%|loc(list)%]You requested a subscription to list %1[%END%]. +

+ [%|loc%]To confirm your identity and prevent anyone from subscribing you to + this list against your will, a message containing an validation link was sent to the e-mail address you provided.[%END%]

+ [%|loc(list)%]Check your mailbox for new messages and click this link. This will confirm your subscription to list %1.[%END%] + + [% ELSIF status == 'notauth_noemail' %] + + In order to subscribe to the list, you should open a account on our account system..
+ If you already have one, please log using your account in order to subscribe. + + [% ELSIF status == 'notauth' %] + + [%|loc(list)%]To confirm your subscription to list %1, please enter + your password below[%END%] + [% IF listconf.custom_attribute.size == 0 %] + [%|loc%], in addition to the personnal informations requested.[%END%] + [% END %] + +
+
+ [% email %]
+ +
+ + [% PROCESS edit_attributes.tt2 %] + + + + + +       + +
+
+ + [% ELSIF status == 'notauth_subscriber' %] + + [%|loc(list)%]You are already subscribed to list %1[%END%]. +

+ + + [% PROCESS 'loginbanner.tt2' %] + + [% END %] + -- cgit v1.2.1