wiki.techinc.nl/includes/password
Marius Hoch dd52464497 Fix creating non-parameterized hashes in ParameterizedPassword
I noticed MWOldPassword is broken while working on
I7024b287a7. When generating new passwords for it,
a superfluous : is being added to the serialized hash
within the database (and that breaks parsing so that
people can't ever log in).

As this is not really relevant in the real world (as
nobody is hopefully using plain MD5 passwords anymore),
this doesn't need any backward compatibility handling
for the broken hashes.

Change-Id: I753c135a6de39008488bd7462c2bfcda2cbac116
2014-10-20 22:58:17 +02:00
..
BcryptPassword.php
EncryptedPassword.php
InvalidPassword.php
LayeredParameterizedPassword.php
MWOldPassword.php Fix creating non-parameterized hashes in ParameterizedPassword 2014-10-20 22:58:17 +02:00
MWSaltedPassword.php
ParameterizedPassword.php Fix creating non-parameterized hashes in ParameterizedPassword 2014-10-20 22:58:17 +02:00
Password.php
PasswordError.php
PasswordFactory.php
Pbkdf2Password.php