X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FAbstractPrimaryAuthenticationProvider.php;h=ea3dfa3bd6db6e719945b256f3457c26ab3110ae;hb=1a81ba9bcb801de0be82fbd44332dada53800879;hp=2e0d669d3e76e5d819123b32cdfc07949ab5bc70;hpb=94117ad9c15fc57cd5a63204e43f6b190011b135;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/AbstractPrimaryAuthenticationProvider.php b/includes/auth/AbstractPrimaryAuthenticationProvider.php index 2e0d669d3e..ea3dfa3bd6 100644 --- a/includes/auth/AbstractPrimaryAuthenticationProvider.php +++ b/includes/auth/AbstractPrimaryAuthenticationProvider.php @@ -91,7 +91,7 @@ abstract class AbstractPrimaryAuthenticationProvider extends AbstractAuthenticat public function postAccountCreation( $user, $creator, AuthenticationResponse $response ) { } - public function testUserForCreation( $user, $autocreate ) { + public function testUserForCreation( $user, $autocreate, array $options = [] ) { return \StatusValue::newGood(); }