[sysadmin-bin] Refresh the list of available benefits for the Foundation membership and reference account.gnome.org



commit 037ce4e71e0aaccb23d8c72ca90c5ce32a87bdaf
Author: Andrea Veri <av gnome org>
Date:   Wed Jan 7 10:58:56 2015 +0100

    Refresh the list of available benefits for the Foundation membership and reference account.gnome.org for 
managing Foundation membership information

 membership/foundation-operations.py |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index 2cec356..74ba32d 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -179,13 +179,13 @@ def send_form_letters(form_letter, email, name, *args):
         if form_letter in [renewal_form_letter, new_member_form_letter]:
             msg = MIMEText(form_letter.safe_substitute (
                    cn = name,
-            ), 'plain', 'utf8') 
+            ), 'plain', 'utf8')
         elif form_letter is expired_membership_form_letter:
              msg = MIMEText(form_letter.safe_substitute (
                    cn = name,
                    last_renewed_on_date = args[0],
              ), 'plain', 'utf8')
-        elif form_letter is renewals_to_foundation_list: 
+        elif form_letter is renewals_to_foundation_list:
              msg = MIMEText(form_letter.safe_substitute (
                    expired_members = args[0],
              ), 'plain', 'utf8')
@@ -247,8 +247,10 @@ Foundation Membership:
 As a member of the Foundation, you are able to vote in the elections of the
 Board of Directors, and you can also put yourself forward as a candidate for
 the Board. There are many other benefits to being a member, including having
-your blog on Planet GNOME, a @gnome.org email address, and the ability to apply
-for travel subsidies. All the guidelines to obtain these benefits are available at:
+your blog on Planet GNOME, a @gnome.org email address, an Owncloud account,
+your own blog hosted within the GNOME Infrastructure and the ability to apply
+for travel subsidies. A full list of the benefits and the guidelines to obtain them
+is available at:
 
    https://wiki.gnome.org/MembershipCommittee/MembershipBenefits
 
@@ -259,6 +261,17 @@ email alias can be found at the following link:
 
    https://wiki.gnome.org/AccountsTeam/MailAliasPolicy#Mail_aliases_configuration
 
+If you are interested in managing your Foundation Membership information (including
+where your @gnome.org alias is supposed to forward to) and you didn't have a GNOME
+Account before today, please get in touch with the GNOME Accounts Team at <accounts gnome org>.
+Existing GNOME Account owners can reset their password with the following command:
+
+   ssh -l $UID account.gnome.org
+
+And login at:
+
+   https://account.gnome.org
+
 To help you stay informed about GNOME Foundation events, we have subscribed you
 to the foundation-announce mailing list, where all the major GNOME Foundation
 announcements are sent. It is a low volume list and does not allow subscribers


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]