-
Notifications
You must be signed in to change notification settings - Fork 800
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
SSO improvements main PR #35277
SSO improvements main PR #35277
Conversation
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Once your PR is ready for review, check one last time that all required checks appearing at the bottom of this PR are passing or skipped. Jetpack plugin: The Jetpack plugin has different release cadences depending on the platform:
If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. |
Co-authored-by: Anthony Grullon <[email protected]>
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
* Initial implementation of email invitation * Initial implementation of email invitation * changelog * Finishing api call * Update improve_invite_form * Update changelog * Improve user role param * Handle errors * Use notice to render message * Add admin create user stylesheets * Hide unnecessary TR * Add link to sso page * Fix translation --------- Co-authored-by: Omar Alshaker <[email protected]>
* Fix translation * Add changelog * Add wp_kses
Co-authored-by: Omar Alshaker <[email protected]>
Co-authored-by: Anthony Grullon <[email protected]>
Is there a p2 post where I could find out more about this project? I'm curious what y'all have in mind for this feature :) |
@jeherve - You can read more about this project here:
|
Thank you! |
public function render_invitation_email_message() { | ||
$message = wp_kses( | ||
__( | ||
'New users will receive an invite to join WordPress.com, so they can log in securely using <a class="jetpack-sso-admin-create-user-invite-message-link-sso" rel="noopener noreferrer" target="_blank" href="https://jetpack.com/support/sso/">Secure Sign On</a>.', |
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.
Minor whine, but we could improve this to return support documentation based on the user's locale. For example https://jetpack.com/es/support/sso/ for spanish users
Screen.Recording.2024-02-06.at.11.53.11.movCreated a new admin, visited the invitation link, and created my wp.com account. After that, I got redirected to the admin ui where I had that weird state as in the video. After logging in with wp.com again it got fixed. To reproduce you will probably need to enable the classic admin setting in https://wpcalypso.wordpress.com/ Edit @alshakero: this issue is documented 5158-gh-Automattic/dotcom-forge. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
* Add SSO status column and tooltip * add changelog
* Improve question mark icon * Add changelog
Co-authored-by: Anthony Grullon <[email protected]>
…into add/sso-improvements
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.
Re-tested and didn't find any issues
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.
Tested and did not locate any issues as well, I think we are good to go! 👍
This is the main PR towards SSO improvements. It's a place to merge PRs into, please do not push anything to it that is not updating it against trunk.
Proposed changes:
Includes the following PRs:
Summary:
Site owners now have a much better experience managing users.
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions: