-
Notifications
You must be signed in to change notification settings - Fork 811
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
Settings: show banner after first successful WordPress.com Secure Sign On login #10692
Comments
Proposed solution: Banner that appears the first time (only) a user signs in using WordPress.com Secure Sign On that informs them of the successful sign on, describes the benefit, and links to our support page with more details. Banner text will read: Title: "You've successfully signed in with WordPress.com Secure Sign On!" Ready for development by @Automattic/jetpack-crew! |
I started working on this, and I would have some questions:
The inconvenient of that second approach is that we lose a bit of flexibility: we can't display it "only after a login via SSO", and we can't "display it only once". On the other hand, we leverage an existing system, with its built-in stats and design, and we don't have any overhaul in the plugin. What do you think? |
Fixes #10692 - At first SSO login, set an option - If that option is true, display an SSO JITM. - Once the SSO JITM has been displayed, set the option to false so it can never be displayed again
#10979 introduces an approach that would work, and is Jetpack-only, while not conflicting with other JITMs (no chance of having 2 JITMs displayed at the same time). |
#10979) * SSO: force the display of a JITM when someone first SSOs in Fixes #10692 - At first SSO login, set an option - If that option is true, display an SSO JITM. - Once the SSO JITM has been displayed, set the option to false so it can never be displayed again * Move JITM array building into its own function. - Separates JITM building from the function that overwrites exisiting JITMs. - Clean up and update comments. * SSO JITM: update copy based on feedback. see #10979 (comment)
After the WordPress.com Secure Sign On login module has been activated by a user, present the user with a banner in the Jetpack Dashboard view after their first time logging in with WordPress.com Secure Sign On to communicate the feature's value (that it’s a safer way to login).
ref: p6TEKc-2m8-p2 (RB / item 5.17)
The text was updated successfully, but these errors were encountered: