Milestone |
Added: |
Title |
|
Category | ⇒ | Authentication Libraries |
Title |
|
Status | New | ⇒ | Confirmed |
Title |
|
Labels |
Added:
?
|
Joomla currently allows md5 passwords too... try it if you dont believe me ;-) 21232f297a57a5a743894a0e4a801fc3 :)
That's because the core API still supports authenticating users who have those hashes and those hashes are properly rehashed to bcrypt when encountered. It's also much more plausible to have active user accounts with those hashes (sites are still being migrated from versions earlier than 2.5.17 and 3.2.0). This whole issue debates a hash that was only used by core in one release for a 6 week period and only in an explicit configuration.
ah ok then -so the plan is to still allow the md5 hash login (which I know instantly gets converted) ?
I would suggest re-evaluating that one (and possibly PHPass) for 5.0 at the earliest.
Cool, maybe another thought is a lot of other web apps now provide a PHP CLI to hash a pw ... (http://symfony.com/blog/new-in-symfony-2-7-security-improvements)
Joomla have a proper CLI interface? Excuse me while I go laugh heartily because that'll be blocked as long as we keep focusing on Joomla only being usable through the UI then get back to work on my current Symfony project.
There is a /cli folder though, thats a start, took years for that to happen :)
#jab17 bug squad here, is this still a concern?
Status | Confirmed | ⇒ | Information Required |
Status | Information Required | ⇒ | Confirmed |
Milestone |
Removed: |
set Status on "Information Required".
It basically comes down to a decision of what hashing support do we deprecate and when. But yes it is still a proper concern.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-10-19 05:09:13 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_Date | 2017-10-19 05:09:13 | ⇒ | 2017-10-19 05:09:14 |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/12333
Even more specificity here. Only user accounts created on a server running PHP 5.3.1 through 5.3.6 (IIRC 5.3.7 was fine thanks to support from the password_compat polyfill) on a Joomla 3.2.0 installation (3.2.1 brought in PHPass and 3.3.0 the "proper" PHP 5.5 password API).