X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=includes%2Fpassword%2FArgon2Password.php;h=c03da3bd2f314b643002079d9207cefba11be597;hb=1880c8401a0638be07a4fe5139ab425eb725e0ee;hp=9138c3309cecdb0c7cd5c2834d460478752f567c;hpb=46ae5683a04ad6d73a504b50b7bb7253df9f5c77;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/password/Argon2Password.php b/includes/password/Argon2Password.php index 9138c3309c..c03da3bd2f 100644 --- a/includes/password/Argon2Password.php +++ b/includes/password/Argon2Password.php @@ -81,6 +81,8 @@ class Argon2Password extends Password { * @inheritDoc */ public function equals( $other ) { + wfDeprecated( __METHOD__, '1.33' ); + if ( is_string( $other ) ) { return $this->verify( $other ); }