WordPress / two-factor

Two-Factor Authentication for WordPress.
https://wordpress.org/plugins/two-factor/
GNU General Public License v2.0
705 stars 145 forks source link

Update short description #612

Open jeffpaul opened 2 weeks ago

jeffpaul commented 2 weeks ago

What?

This PR shortens the short description to be within the WP.org 150 character requirement.

Prior short description: Enable Two-Factor Authentication using time-based one-time passwords (OTP, Google Authenticator), Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes.

New short description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes.

Why?

WP.org truncates the Short Description if its longer than 150 characters, we don't want that truncated, so this PR shortens it to under 150 characters.

How?

Changes the short description in readme.txt as well as the roughly matching description headed in two-factor.php.

Testing Instructions

Use an Online Character Count Tool to count the characters in the new, short description to see that its <=150 characters.

Screenshots or screencast

Changelog Entry

Changed - Shortened the Short Description to be under 150 characters per WordPress.org requirements.