#55343 closed enhancement (fixed)
Add Tooltip to "Remember Me" (WP Login Form)
| Reported by: | generosus | Owned by: | rajinsharwar |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 |
| Component: | Login and Registration | Version: | |
| Severity: | normal | Keywords: | dev-feedback tooltips has-patch |
| Cc: | Focuses: | ui, accessibility |
Description
Currently, WordPress' login form has a checkbox labeled "Remember Me."
Over the years, there's been some debate over the verbiage used for "Remember Me" (say, versus "Stay Logged In" or "Keep Me Logged In") and what it really means.
To eliminate any confusion, this is to request the /addition of a tooltip next to "Remember Me" in the form of a question (?) mark. Further, the tooltip can offer a security warning to all users.
The content (text) for the tooltip could be:
"Selecting Remember Me reduces the number of times you’ll be asked to log in using this device. To keep your account secure, use this option only on your personal devices."
Also, in anticipation that this enhancement request will be approved, I would like to recommend updating the /affected codex page for the login form to add a code snippet that will allow developers to change the content (text) of the tooltip to suit their needs.
The above would be a nice addition or update to WordPress' login form.
Thank you.
Change History (32)
#5
@
3 years ago
- Keywords needs-patch added
- Milestone Awaiting Review → 6.4
- Type enhancement → task (blessed)
- Version 5.9.1
Looking like a good improvement to the Login UI. Let's put this for 6.4
#8
@
3 years ago
- Milestone 6.4 → 6.5
- Type task (blessed) → enhancement
#51006 has been moved to 6.5, so this ticket also needs to be bumped.
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
3 years ago
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
3 years ago
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
3 years ago
This ticket was mentioned in Slack in #core by oglekler. View the logs.
2 years ago
This ticket was mentioned in PR #6918 on WordPress/wordpress-develop by @shub07.
2 years ago
#15
- Keywords has-patch added; needs-patch removed
- Add tooltip on side of Login page remember me button.
- Can edit message of Tooltip.
- Follow design same from ticket 51006.
- Can be used to resolve 51006 if we make
tooltipandtooltiptextby removing front selector.
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
2 years ago
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
18 months ago
#18
@
18 months ago
- Milestone Future Release → 6.8
Adding this to the milestone for a use case related to #51006.
This ticket was mentioned in Slack in #accessibility by nhrrob. View the logs.
18 months ago
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
11 months ago
#22
@
11 months ago
- Milestone 6.9 → Future Release
Punting this again. What we'd ideally like to do is implement tooltips using native CSS popovers, but we're waiting on Firefox to complete their implementation.
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
4 months ago
#24
@
4 months ago
- Milestone Future Release → 7.1
With CSS anchor positioning having meet the basic criteria for WordPress browser support, let's go ahead and work on a new patch to get this resolved using native tooltips.
#25
@
7 weeks ago
On a general note, I would recommend to keep the usage of tooltips strictly limited to the purpose of visually exposing the accessible name of a control.
That's the pattern WordPress has adopted in the Block editor, when a control does not provide a visible label.
Start using tooltips for any sort or purpose like additional descriptions, context, and the like would introduce a pattern that isn't predictable and that would provide unexpected. I'm also pretty sure that providing tooltips for any sort of purpose will be largely abused by plugins and themes unless WordPress provides strict guidance and checks to avoid that,
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
6 weeks ago
#27
@
4 weeks ago
The PR automatically linked to this ticket seems to have an incorrect URL for some reason.
This is the correct PR associated with this ticket: https://github.com/WordPress/wordpress-develop/pull/12212
This ticket was mentioned in PR #12629 on WordPress/wordpress-develop by @jeremyfelt.
3 weeks ago
#29
wp_get_toggletip() has similarly documented "optional" $args as wp_get_tooltip(). This updates the function signature to match.
Trac ticket: https://core.trac.wordpress.org/ticket/55343
#30
@
3 weeks ago
@joedolson I added a quick PR to match the function signature for wp_get_toggletip() to match what I believe is the intent: an optional $args array.
@joedolson commented on PR #12629:
3 weeks ago
#31
Committed this change in https://core.trac.wordpress.org/changeset/62816, and props'ed you.
Closing this.
#32
@
3 weeks ago
Change to signature fixed in https://core.trac.wordpress.org/changeset/62816.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Correction:
If approved, these are the affected WordPress documents:
/Code Reference Page
/Codex Page
Thank you.