From 6325d4f389591d4f849b8d7ecb35887852de3ba2 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 29 Apr 2013 10:54:42 +0000 Subject: sympa: add sigrequest.tt2 template file Template updated to give correct informations about unsubscription when user is not logged in. --- sigrequest.tt2 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 sigrequest.tt2 diff --git a/sigrequest.tt2 b/sigrequest.tt2 new file mode 100644 index 0000000..069728d --- /dev/null +++ b/sigrequest.tt2 @@ -0,0 +1,34 @@ + + + [% IF status == 'user.email' %] + [%|loc(list)%]You asked to be unsubscribed from list %1[%END%].
[%|loc%]To confirm + your request, please click the button below:[%END%]
+
+ +
+
+ + + +
+
+ + [% ELSIF not_subscriber %] + + [%|loc(list,email)%]You are not subscribed to list %1 with e-mail address %2[%END%]. +

+ [%|loc%]You might have subscribed with another address. + Please contact the list owner to help you unsubscribe:[%END%] + [% list %]-request@[% conf.host %] + + [% ELSIF ! email %] + [%|loc(list)%]We need to check your identity before validating your unsubscription request for list %1. You should login to this website using your email and password before you can unsubscribe. If you forgot your password, you can update it on identity.mageia.org.[%END%] + + [% ELSE %] + + [%|loc%]We've sent you an email including a validation link. You should check your mailbox to read this email and use this validation link.[%END%]

+ + + [% END %] + + -- cgit v1.2.1