Remove support for deprecated user password hashes
ausi opened this issue · 2 comments
ausi commented
We should remove support for sha1 passwords in
core/system/modules/core/library/Contao/User.php
Lines 383 to 388 in 4539b50
If someone gets read access to the database, they could brute-force the password of a backend user that has still a sha1 password hash. With the password they could then overtake the server.
Removing support shouldn’t be a problem as it only affects users that didn’t log in for a very long time.
leofeyer commented
I have created a PR for Contao 4.6 here: contao/core-bundle#1602