-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ras-acc): add faq section to otp email #3034
feat(ras-acc): add faq section to otp email #3034
Conversation
82cc6b8
to
54f1301
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update logic discussion (#3032 (review)) applies here, too.
Also, I'm confused about structure of these PRs (PRs to other PR branches, instead of PRs to trunk
). Should there be an epic
branch?
0bce5a5
to
2b4f3d6
Compare
Apologies for the confusion @adekbadek! I meant to update the descriptions for these email PRs, but that slipped my mind. I've broken the changes up into 4 different PRs, and since they all sort of rely on one another they are based off of the other (all going into epic/ras-acc branch). So there is an order which I've updated each of the PR descriptions with. But to be clear, here is the order for these PRs: PR 1 - Already approved |
b495722
to
4838996
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-approving pending a small email content change.
<p><strong>' . __( 'What is a magic link?', 'newspack' ) . '</strong><br>' . __( 'It\’s a temporary, password-free link like the one above to help you quickly and securely verify your identity and sign in – all without needing to set a password.', 'newspack' ) . '</p> | ||
<!-- /wp:paragraph --> | ||
<!-- wp:paragraph --> | ||
<p><strong>' . __( 'Can I still create a password?', 'newspack' ) . '</strong><br>' . sprintf( /* Translators: 1: opening HTML anchor tag 2: closing HTML anchor tag */ __( 'Yes. For security reasons, we recommend signing in with Google, Facebook, or Apple, or using a one-time code sent to your email, but you can set a password if you prefer. %1$sClick here%2$s to create a password.', 'newspack' ), '<a href="*SET_PASSWORD_LINK*" data-type="link" data-id="*SET_PASSWORD_LINK*">', '</a>' ) . '</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't support signing in with Facebook and Apple yet. This should only mention Google.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Removed in 5101590
0989b8a
to
e4c8473
Compare
4838996
to
5101590
Compare
🎉 This PR is included in version 3.6.0-epic-ras-acc.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.9.0-epic-ras-acc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 4.1.0-epic-ras-acc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 4.2.0-epic-ras-acc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 4.4.0-epic-ras-acc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
PR 3 of 4
This PR adds onto the work in #3032 and #3033 by adding an FAQ section to the otp email:
How to test the changes in this Pull Request:
Other information: