New Style for Backup Codes#804
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
georgestephanis
left a comment
There was a problem hiding this comment.
Looks reasonable, but it seems the codes aren't rendering with a monospace font? May be worth setting, but that's trivial.
|
@jeffpaul thanks for your review!
Does that work for you guys? |

What?
Improve the Recovery Codes UI to a more wp.org style by:
Why?
The previous recovery code display was harder to scan and used quite some space.
This change improves readability and usability, and adds a faster way to copy codes for secure storage while preserving current functionality.
How?
Copy Codescontrol and clipboard logic to copy the latest generated codes as a comma-separated string.Testing Instructions
12345678,87654321,...).Screenshots or screencast
Old Style:

New Style:

Changelog Entry