X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPasswordReset.php;h=753923597b7abc0f490ff09be7f378d6da7544f4;hb=f29c93a23bc6ca74a42aad576471e52882711779;hp=bf8dea62f1f7259135c947e47eb7377d31bf0d68;hpb=46310bd371ac129ea55759095ef61d6fd0a79cbb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPasswordReset.php b/includes/specials/SpecialPasswordReset.php index bf8dea62f1..753923597b 100644 --- a/includes/specials/SpecialPasswordReset.php +++ b/includes/specials/SpecialPasswordReset.php @@ -36,11 +36,6 @@ class SpecialPasswordReset extends FormSpecialPage { /** @var PasswordReset */ private $passwordReset = null; - /** - * @var string[] Temporary storage for the passwords which have been sent out, keyed by username. - */ - private $passwords = []; - /** * @var Status */