aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth/TemporaryPasswordAuthenticationRequest.php
diff options
context:
space:
mode:
authorBrian Wolff <bawolff+wn@gmail.com>2016-11-16 04:04:06 +0000
committerGergő Tisza <gtisza@wikimedia.org>2016-11-23 00:02:33 +0000
commitf12a3edff708a1fb73a09d154693dba49b69d921 (patch)
tree95d6f71bb73b47bb6231298059a0691fdd39ce87 /includes/auth/TemporaryPasswordAuthenticationRequest.php
parenta9c0f0e93c9940f3a756f0ea1bb28237f266a20f (diff)
downloadmediawikicore-f12a3edff708a1fb73a09d154693dba49b69d921.tar.gz
mediawikicore-f12a3edff708a1fb73a09d154693dba49b69d921.zip
Remove passwordreset capture feature
If anyone wants such a thing, they can make their own extension. I asked stewards, and they said they don't use this. See also T32636 / 9de2bfd1fe Bug: T150930 Change-Id: I3ab5962dba668e5d628e55ad0c0feae471d82b5e
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;