Closed
Bug 1081181
Opened 11 years ago
Closed 11 years ago
Change ConfirmAccount settings (min words bio field and notification email address)
Categories
(Websites :: wiki.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-Q4
People
(Reporter: ckoehler, Unassigned)
Details
(Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1672] [dev=2014-10-16] [stage=2014-10-16] [prod=2014-10-16])
In LocalSettings.php this with either be:
$wgAccountRequestMinWords = 15;
#$wgConfirmAccountRequestFormItems['Biography'] = array( 'enabled' => true, 'minWords' => 15 ),
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [dev=2014-10-16][prod=2014-10-16]
| Reporter | ||
Updated•11 years ago
|
Summary: Reduce minimum words required for 'Biography' field in ConfirmAccount → Change ConfirmAccount settings (min words bio field and notification email address)
| Reporter | ||
Comment 1•11 years ago
|
||
One more change, in addition to what's in comment 0.\
Most approvers aren't finding the confirm account emails useful, so let's disable them for now.
CURRENT
$wgConfirmAccountContact = 'wikimo-admins@mozilla.org';
NEW
# $wgConfirmAccountContact = 'wikimo-admins@mozilla.org';
(e.g. just comment it out)
Whiteboard: [dev=2014-10-16][prod=2014-10-16] → [kanban:https://kanbanize.com/ctrl_board/4/1672] [dev=2014-10-16][prod=2014-10-16]
Comment 2•11 years ago
|
||
Changes pushed and tested into dev, stage, and prod.
N.B.
The LocalSettings file specified $wgAccountRequestMinWords but apparently it was not actually taking effect. $wgConfirmAccountRequestFormItems works for the version of the extension we have.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1672] [dev=2014-10-16][prod=2014-10-16] → [kanban:https://kanbanize.com/ctrl_board/4/1672] [dev=2014-10-16] [stage=2014-10-16] [prod=2014-10-16]
Target Milestone: --- → 2014-Q4
Version: unspecified → Production
You need to log in
before you can comment on or make changes to this bug.
Description
•