Remove User::crypt() & User::comparePasswords()
authoraddshore <addshorewiki@gmail.com>
Thu, 26 Jan 2017 19:00:57 +0000 (20:00 +0100)
committerFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Sat, 28 Jan 2017 17:15:16 +0000 (18:15 +0100)
commit8236e856e71141b79a33c31fd0153c23128981c0
tree785572cce5b68f661637a30589c8d9c577d7e698
parent68b30d922b1d76f6630323942e17f125bde4774a
Remove User::crypt() & User::comparePasswords()

These have both been deprecated since 1.24
Hard deprecation happened back in 2014

Both methods are still used by the SecurePasswords
extension, but this extension is documented on mw.org
as not working with MW1.24+.

I can find no other uses.
Lets finally get rid of these!

Change-Id: I94a7b65d2216bbc505e190af3182de2317976ed1
RELEASE-NOTES-1.29
includes/user/User.php