X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FAbstractPasswordPrimaryAuthenticationProvider.php;h=f5bfc2a20b6227ae56eaf545629d81b3ef0d6218;hb=c0fbb42dff1fca3d342228fc37f63eaa911b9b2d;hp=900d2e5c8ea369fadef070063880a952b7af7807;hpb=1b855688586f29206a64eb975c2dd3d4e252ad84;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/AbstractPasswordPrimaryAuthenticationProvider.php b/includes/auth/AbstractPasswordPrimaryAuthenticationProvider.php index 900d2e5c8e..f5bfc2a20b 100644 --- a/includes/auth/AbstractPasswordPrimaryAuthenticationProvider.php +++ b/includes/auth/AbstractPasswordPrimaryAuthenticationProvider.php @@ -34,7 +34,7 @@ abstract class AbstractPasswordPrimaryAuthenticationProvider extends AbstractPrimaryAuthenticationProvider { /** @var bool Whether this provider should ABSTAIN (false) or FAIL (true) on password failure */ - protected $authoritative = true; + protected $authoritative; private $passwordFactory = null;