aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth/TemporaryPasswordAuthenticationRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/auth/TemporaryPasswordAuthenticationRequest.php')
-rw-r--r--includes/auth/TemporaryPasswordAuthenticationRequest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/auth/TemporaryPasswordAuthenticationRequest.php b/includes/auth/TemporaryPasswordAuthenticationRequest.php
index 42f0e702235d..c8580520e3ff 100644
--- a/includes/auth/TemporaryPasswordAuthenticationRequest.php
+++ b/includes/auth/TemporaryPasswordAuthenticationRequest.php
@@ -33,12 +33,6 @@ class TemporaryPasswordAuthenticationRequest extends AuthenticationRequest {
/** @var bool Email password to the user. */
public $mailpassword = false;
- /**
- * @var bool Do not fail certain operations if the password cannot be mailed, there is a
- * backchannel present.
- */
- public $hasBackchannel = false;
-
/** @var string Username or IP address of the caller */
public $caller;