Skip to content

Commit 4e79b50

Browse files
committed
Updated election email purge
Signed-off-by: smarcet <smarcet@gmail.com>
1 parent 1097a18 commit 4e79b50

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

elections/readme.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ added its name to table VoterFile to avoid to ingest it again.
1414
does not voted on 2 of the 3 elections
1515
ex:
1616
````bash
17-
sudo sake RevocationNotificationSenderTask batch_size=2500
17+
sudo sake RevocationNotificationSenderTask batch_size=2500 > election_purge.txt
1818
````
19-
*RevocationExecutorTask: this tasks automatically revoke any voided notification
19+
*RevocationExecutorTask: this tasks automatically revoke any voided notification
20+
21+
EMAIL TEMPLATE ID
22+
23+
RevocationNotificationEmail
24+
25+
ENV VARS
26+
27+
REVOCATION_NOTIFICATION_EMAIL_FROM
28+
REVOCATION_NOTIFICATION_EMAIL_SUBJECT

elections/templates/Layout/Includes/RevocationNotificationEmail.ss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<p>Dear Foundation Member,</p>
2-
<p>According to our records, you haven't voted in at least half of the Foundation elections in the past 2 years. Per
3-
the bylaws, your membership will be suspended effective 30 days from now, on {$ExpirationDate}. This email serves as
4-
notice.</p>
2+
<p>According to our records, you haven't voted in at least half of the Foundation elections in the past 2 years. Per the bylaws,
3+
your membership will be suspended effective 30 days from now, on {$ExpirationDate}. This email serves as notice.</p>
54
<p>If you wish to remain a Member of the OpenInfra Foundation you have until {$ExpirationDate} to make that request to
6-
the Secretary by visiting this page: <a href="{$TakeActionLink}">$TakeActionLink</a>.</p>
5+
the Secretary by visiting this page: <a href="{$TakeActionLink}">$TakeActionLink</a>.</p>
76
<p>If you take no action, we will automatically change your account status from "Foundation Member" to "Community Member".
8-
As a "Community Member" you can continue to engage in many activities on openstack.org and openinfra.dev including
9-
submitting talks for Summits. However, you will not have all of the rights and responsibilities of being a full
10-
Foundation Member, including voting in future Board of Directors elections.</p>
7+
As a "Community Member" you can continue to engage in many activities on openstack.org and openinfra.dev including s
8+
ubmitting talks for OpenInfra Summits. However, you will not have all of the rights and responsibilities of being
9+
a full Foundation Member, including voting in future Board of Directors elections.</p>
1110
<p>If you wish to remain a Foundation Member, you have until {$ExpirationDate} to request that the Secretary reinstate
12-
your account. You also have the option to delete your account entirely. Either option may be selected on this page
13-
prior to the deadline: <a href="{$TakeActionLink}">$TakeActionLink</a>.</p>
11+
your account. You also have the option to delete your account entirely. Either option may be selected on this page
12+
prior to the deadline: <a href="{$TakeActionLink}">$TakeActionLink</a>.</p>
1413
<p>Jonathan Bryce
1514
<br/>Executive Director and Secretary, OpenInfra Foundation<br/>
1615
<a class="email" href="mailto:secretary@openinfra.dev">secretary@openinfra.dev</a>

0 commit comments

Comments
 (0)