summaryrefslogtreecommitdiffstats
path: root/sigrequest.tt2
blob: 069728da7faa9a0af11458ecd387985f0fdf180f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- $Id: sigrequest.tt2 6099 2009-08-13 08:31:02Z olivier.salaun $ -->

  [% IF status == 'user.email' %]
      [%|loc(list)%]You asked to be unsubscribed  from list %1[%END%]. <br />[%|loc%]To confirm
      your request, please click the button below:[%END%]<br />
	<br />

	<form action="[% path_cgi %]" method="post">
	<fieldset>
	  <input type="hidden" name="list" value="[% list %]" />
	  <input type="hidden" name="email" value="[% user.email %]" />
	  <input class="MainMenuLinks" type="submit" name="action_signoff" value="[%|loc(list)%]I unsubscribe from list %1[%END%]" />
	</fieldset>
	</form>

  [% ELSIF not_subscriber %]

      [%|loc(list,email)%]You are not subscribed to list %1 with e-mail address %2[%END%].
      <br /><br />
      [%|loc%]You might have subscribed with another address.
      Please contact the list owner to help you unsubscribe:[%END%]
      <a href="mailto:[% list %]-request@[% conf.host %]">[% list %]-request@[% conf.host %]</a>
      
  [% 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 <a href="https://identity.mageia.org/forgot_password">identity.mageia.org</a>.[%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%] <br /><br />


  [% END %]      
<!-- end sigrequest.tt2 -->