From 241f764729f79ec177fcf24cd9eb958146b98460 Mon Sep 17 00:00:00 2001 From: tonylampada Date: Sat, 30 Aug 2014 00:03:25 -0300 Subject: [PATCH] #209 email1 --- .../management/commands/screen2username.py | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/djangoproject/core/management/commands/screen2username.py b/djangoproject/core/management/commands/screen2username.py index dc535a6b..28b211dd 100644 --- a/djangoproject/core/management/commands/screen2username.py +++ b/djangoproject/core/management/commands/screen2username.py @@ -7,7 +7,25 @@ from core.services import user_services, mail_services BODY_USER_WITH_PASSWORD = """ -TODO +

Hello {{screen_name}},

+

We're changing how users are identified on FreedomSponsors. +This affects all users, so please keep reading.

+

Instead of using Screen Name, FreedomSponsors will refer to users by username +So, for example, "<screen_name> sponsored issue X" will become "<username> sponsored issue X".

+ +

Unlike Screen Names, usernames must be unique and may not contain spaces or special characters.

+ +

Your current Screen Name is {{screen_name}} and your current username is {{username}}.

+ +

Because of this policy change, we're allowing all users to change their username, once, until {{deadline}}.

+ +

If you wish to change your username, just log on to your account on http://freedomsponsors.org, +click your username on the top right corner and select the "change username" option. +Otherwise, no action is needed.

+

+ +

Thanks!
+The FreedomSponsors team

""" BODY_USER_WITH_SAME_SCREENNAME = """