]> git.openstreetmap.org Git - rails.git/commit
Drop support for MD5 legacy passwords
authorTom Hughes <tom@compton.nu>
Wed, 29 Apr 2026 17:27:23 +0000 (18:27 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 Apr 2026 16:56:20 +0000 (17:56 +0100)
commiteadef9c942080f775cc89e93d019ea664541d69d
tree6ab52b73cd9253547d0b037516af1febe97d7292
parentcde3ffcbc0f5607b210c49c06cce5942dd28b601
Drop support for MD5 legacy passwords

Remove support for validating MD5 passwords and migrate any such
passwords in the database to an invalid password.

Reported-by: Jorge Gonzalez Milla <jorge@jmilla.es>
.rubocop.yml
lib/password_hash.rb
lib/tasks/expire_md5_passwords.rake [new file with mode: 0644]
test/lib/password_hash_test.rb