#53234 closed defect (bug) (fixed)
Application password access text is misleading for Super Admins
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Application Passwords | Keywords: | good-first-bug has-patch |
Focuses: | multisite | Cc: |
Description
The helper text for application passwords on a Multisite installation states:
Application passwords grant access to all {n} blogs in this installation that you have permissions on.
This is misleading for a Super Admin because an application password for a Super Admin grants access to all sites on the network, not just ones that they are a member of.
This text should be different for Super Admins. Something along the lines of:
Application passwords grant access to all sites on the network as you have Super Admin rights.
Attachments (2)
Change History (13)
#2
@
3 years ago
- Keywords has-patch added; needs-patch removed
@johnbillion, uploaded an initial version of the patch. See if it looks good.
This ticket was mentioned in Slack in #core by rsiddharth. View the logs.
3 years ago
#5
follow-up:
↓ 6
@
3 years ago
- Keywords needs-patch added; has-patch removed
Thanks for the patch @rsiddharth but the strings you added need to be ready for internationalization. There are not translatable for now in 53234.patch
.
#6
in reply to:
↑ 5
@
3 years ago
- Keywords has-patch added; needs-patch removed
Replying to audrasjb:
Thanks for the patch @rsiddharth but the strings you added need to be ready for internationalization. There are not translatable for now in
53234.patch
.
@audrasjb, Thank you for reviewing the patch. I've uploaded a new patch. See if it looks good.
#7
@
3 years ago
- Owner set to audrasjb
- Status changed from new to reviewing
Thanks for updating the patch!
Self assigning for review.
This ticket was mentioned in PR #2536 on WordPress/wordpress-develop by audrasjb.
3 years ago
#8
Trac ticket: https://core.trac.wordpress.org/ticket/53234
3 years ago
#10
Committed in https://core.trac.wordpress.org/changeset/53101
patch-v0.1 - change application password access text for super admins