Brian Wolff has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/372180 )
Change subject: Only retain private securepoll data for 60 days after election
......................................................................
Only retain private securepoll data for 60 days after election
Previously we were retaining this info (which includes IPs) for
90 days after the election. However, most people would expect it
to only be 90 days after their vote was cast, so change to 60
days after end of election to meet this expectation.
Bug: T173393
Change-Id: I38596943ca88df433a92a22f5907626321eecd42
---
M wmf-config/CommonSettings.php
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/80/372180/1
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index bc395ae..75e5362 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1068,6 +1068,10 @@
$wgSecurePollCreateWikiGroups = [
'securepollglobal' => 'securepoll-dblist-securepollglobal'
];
+ // T173393 - This is number of days after the election ends, not
+ // number of days after the vote was cast. Lower to 60 days so that
+ // overall time retained is not > 90 days.
+ $wgSecurePollKeepPrivateInfoDays = 60;
}
// PoolCounter
--
To view, visit https://gerrit.wikimedia.org/r/372180
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I38596943ca88df433a92a22f5907626321eecd42
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits