Actions
Design/UX #21647
closedStyle the "Your CUNY Academic Commons registration is pending" Email
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Email Notifications
Target version:
Start date:
2024-12-13
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Not a hold-up for the release...
While testing the registration process in CDev, I signed up with the form but did not activate an account. I later received an email telling me the registration is pending. This email was sent by "CUNYGC Linux Service"

Could we style this email and check whether the sender name makes sense on Produciton?

Files
Updated by Boone Gorges 11 months ago
- Target version set to 2.6.0
Thanks, Sara. Let's manage this for our next feature release.
Updated by Raymond Hoh about 2 months ago
- Status changed from New to Testing Required
This is done in https://github.com/cuny-academic-commons/cac/commit/cec280dab76ff05226dc820712e3532a0b4c0999.
Boone, we'll need to run the following WP-CLI command when deploying on production:
wp bp email create --type=cac-registration-nudge --type-description="Reminder email to an unactivated user account" --subject="Your CUNY Academic Commons registration is pending" --content='<p style="margin-top: 1em;font-size: 1.5em;color:#000">Your CUNY Academic Commons registration is pending</p>
<p>Yesterday, you began to register for a CUNY Academic Commons account, but you did not quite finish the process.</p>
<p>Please activate your account by clicking below:</p>
<table style="margin: 1em 0" cellspacing="0" cellpadding="0" align="left">
<tbody>
<tr>
<td style="background-color: #222; mso-padding-alt: 10px 40px" align="center"><a style="color: #fff; text-decoration: none; font-size: 18px; padding: 10px 40px; display: block;" href="{{activation.url}}" target="_blank" rel="noopener">Activate Account</a></td>
</tr>
<tr>
<td colspan="2" height="20"></td>
</tr>
</tbody>
</table>' --plain-text-content="Yesterday, you began to register for a CUNY Academic Commons account, but you didn't quite finish the process.
Please confirm your email address by clicking the following activation link: {{activation.url}}"
Updated by Raymond Hoh 14 days ago
- Status changed from Testing Required to Staged for Production Release
Similar to the password_changed email, I've created the cac-registration-nudge email post on production to get ahead of Monday's release.
Updated by Boone Gorges 11 days ago
- Status changed from Staged for Production Release to Resolved
Actions