#34820 closed feature request (duplicate)
Expand users table user_pass field from 64 to 255 characters
Reported by: | toddlahman | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Users | Keywords: | needs-patch |
Focuses: | Cc: |
Description
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.
Change History (5)
This ticket was mentioned in Slack in #core by toddlahman. View the logs.
9 years ago
#2
@
9 years ago
- Component changed from Database to Users
- Keywords needs-patch added
- Type changed from enhancement to feature request
- Version trunk deleted
Note: See
TracTickets for help on using
tickets.
Duplicate of #33904.