mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 19:24:32 +00:00
f54b5428c42d291cb865609c1e8a6f2c15ecf9d6
wp_posts.post_password to 255 characters.
Longer passwords and passphrases are much more common than when post passwords were introduced all those eons ago, so let's increase the length of the `post_password` field from 20 to 255 characters. The password will continue to be stored in plaintext, as the ability for the post author to view the password is a commonly used feature. Trivia: this was the last 3 digit Trac ticket to be closed. Props skippy, nazgul, iandunn, adamsilverstein, pento. Fixes #881. git-svn-id: https://develop.svn.wordpress.org/trunk@38590 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%