Author: boutell
Date: 2010-01-27 03:44:53 +0100 (Wed, 27 Jan 2010)
New Revision: 27224
Modified:
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNew.php
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNewText.php
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateReset.php
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateResetText.php
Log:
These emails were so user-friendly that they were potentially mistaken for
phishing scams, so they have been rewritten without certain phrases that raised
concern.
Please note: you are strongly advised to set app_sfApplyPlugin_reset_subject
and app_sfApplyPlugin_apply_subject rather than relying on the automatic
subject lines, which include the full hostname of your site. The latter is the
best I can do without knowing more about your site, but some spam filters don't
like to see a hostname in a subject line.
Modified:
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNew.php
===================================================================
---
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNew.php
2010-01-27 02:43:19 UTC (rev 27223)
+++
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNew.php
2010-01-27 02:44:53 UTC (rev 27224)
@@ -1,7 +1,7 @@
<?php use_helper('I18N', 'Url') ?>
<?php echo __(<<<EOM
<p>
-Thanks for applying for an account with %1%!
+Thanks for applying for an account on %1%.
</p>
<p>
To prevent abuse of the site, we require that you activate your
@@ -11,7 +11,7 @@
%2%
</p>
<p>
-Thanks again for joining us!
+Thanks again for joining us.
</p>
EOM
, array("%1%" => link_to($sf_request->getHost(), $sf_request->getUriPrefix()),
Modified:
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNewText.php
===================================================================
---
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNewText.php
2010-01-27 02:43:19 UTC (rev 27223)
+++
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateNewText.php
2010-01-27 02:44:53 UTC (rev 27224)
@@ -1,13 +1,13 @@
<?php use_helper('I18N', 'Url') ?>
<?php echo __(<<<EOM
-Thanks for applying for an account with %1%!
+Thanks for applying for an account with %1%.
To prevent abuse of the site, we require that you activate your
account by clicking on the following link:
%2%
-Thanks again for joining us!
+Thanks again for joining us.
EOM
, array("%1%" => $sf_request->getHost(),
"%2%" => url_for("sfApply/confirm?validate=$validate", true))) ?>
Modified:
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateReset.php
===================================================================
---
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateReset.php
2010-01-27 02:43:19 UTC (rev 27223)
+++
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateReset.php
2010-01-27 02:44:53 UTC (rev 27224)
@@ -8,7 +8,7 @@
Your username is: %USERNAME%
</p>
<p>
-If you have lost your password or wish to reset it, just click on the link
that follows:
+If you have lost your password or wish to reset it, click on the link that
follows:
</p>
<p>
%2%
@@ -17,15 +17,9 @@
You will then be prompted for the new password you wish to use.
</p>
<p>
-Don't worry, your password will NOT be changed unless you click on the
-link above and complete the form. If you did not request this email you may
-safely ignore it.
+Your password will not be changed unless you click on the
+link above and complete the form.
</p>
-<p>
-This confirmation process is necessary to prevent abuses of
-the system and protect your privacy. Thanks for your time and
-for your patience with this process!
-</p>
EOM
, array("%1%" => link_to($sf_request->getHost(), $sf_request->getUriPrefix()),
"%2%" => link_to(url_for("sfApply/confirm?validate=$validate", true),
"sfApply/confirm?validate=$validate", array("absolute" => true)),
Modified:
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateResetText.php
===================================================================
---
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateResetText.php
2010-01-27 02:43:19 UTC (rev 27223)
+++
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/templates/_sendValidateResetText.php
2010-01-27 02:44:53 UTC (rev 27224)
@@ -6,19 +6,14 @@
Your username is: %USERNAME%
-If you have lost your password or wish to reset it, just click on the link
that follows:
+If you have lost your password or wish to reset it, click on the link that
follows:
%2%
You will then be prompted for the new password you wish to use.
-Don't worry, your password will NOT be changed unless you click on the
-link above and complete the form. If you did not request this email you may
-safely ignore it.
-
-This confirmation process is necessary to prevent abuses of
-the system and protect your privacy. Thanks for your time and
-for your patience with this process!
+Your password will NOT be changed unless you click on the
+link above and complete the form.
EOM
, array("%1%" => url_for($sf_request->getUriPrefix()),
"%2%" => url_for("sfApply/confirm?validate=$validate", true),
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.