jenkins-bot has submitted this change and it was merged.
Change subject: Redact certain function parameters from exception stack traces
......................................................................
Redact certain function parameters from exception stack traces
Requires I0a9e9244 in core
Bug: 30714
Change-Id: I76c3bc41cda004f00d12d46015455cd9ea79578b
---
M CentralAuth.php
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Reedy: Looks good to me, approved
jenkins-bot: Verified
diff --git a/CentralAuth.php b/CentralAuth.php
index 25cdcc3..f999b5d 100644
--- a/CentralAuth.php
+++ b/CentralAuth.php
@@ -375,6 +375,10 @@
$wgLogActionsHandlers["gblrights/{$type}"] = 'efHandleWikiSetLogEntry';
}
+$wgRedactedFunctionArguments['CentralAuthPlugin::authenticate'] = 1;
+$wgRedactedFunctionArguments['CentralAuthUser::attemptPasswordMigration'] = 0;
+$wgRedactedFunctionArguments['CentralAuthUser::register'] = 0;
+
$commonModuleInfo = array(
'localBasePath' => __DIR__ . '/modules',
'remoteExtPath' => 'CentralAuth/modules',
--
To view, visit https://gerrit.wikimedia.org/r/64590
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I76c3bc41cda004f00d12d46015455cd9ea79578b
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits