[wp-trac] [WordPress Trac] #34820: Expand users table user_pass field from 64 to 255 characters
WordPress Trac
noreply at wordpress.org
Mon Nov 30 23:42:49 UTC 2015
#34820: Expand users table user_pass field from 64 to 255 characters
-------------------------+-----------------------------
Reporter: toddlahman | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Database | Version: trunk
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
I'd like to suggest expanding the users table user_pass field from 64 to
255 characters to allow the PHP >= 5.5 password_hash() function
PASSWORD_DEFAULT option to generate a character string up to 255
characters as new and strong algorithms are added. This would allow
plugins that override the default password hashing functions to not be
limited to the PASSWORD_BCRYPT option going forward. Would really like to
see this in WordPress 4.4.
[http://php.net/manual/en/function.password-hash.php]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34820>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list