-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Me: 2fa: add title to print page for 2fa backup codes #398
Comments
Is this still need? In let html = '<html><head><title>';
html += this.translate( 'Backup verification codes' );
html += '</title></head>'; |
@noxee - were you able to see a title when printing the 2FA codes from the site? |
@v18 I can see title Backup verification codes as shown in the screenshot below. |
Closing this as good enough. I don't think we want our domain name on the set of code. |
@blowery I'm going to disagree. I recently ran into this exact issue. I've got a significant stack of paper printouts of 2fa backup codes for various services that I use. If I hadn't noticed the lack of detail WordPress.com provided and wrote down the details with pen, these backup codes would be essentially useless. The nearly blank list that WordPress.com provides is a problem waiting to happen, at the worst possible moment. At a minimum the site name ( WordPress.com ) should be included in the print out. Second, and really for me just as important, the username associated with the account should be shown as well. For that second item, we already do that for the file name when saving. The printout should get the same benefit. For people managing multiple WordPress.com accounts this is a big deal. The username should already be available to getBackupCodeHTML() via /cc @sgomes |
@josephscott I think I actually disagree with 2016 me too. |
When printing backup codes in Chrome the default title for the document is "Untitled". Which is no big deal if you're printing directly, but I was saving mine temporarily to print them all in a batch and then delete. It would be a simple change to have it be something generic like "WordPress.com - Backup Codes for usernamehere"
Steps to reproduce:
This is related to #385
The text was updated successfully, but these errors were encountered: