UDWiki talk:Administration/Policy Discussion/Autoconfirmed Group: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
Line 4: Line 4:
:Offhand, I think it is a current feature. =/ I'm not sure though. -- {{User:Krazy_Monkey/sig}} 20:25, 12 November 2008 (UTC)
:Offhand, I think it is a current feature. =/ I'm not sure though. -- {{User:Krazy_Monkey/sig}} 20:25, 12 November 2008 (UTC)
::It is a current feature which would merely require some configuration changes.--{{User:The General/sig}} 20:34, 12 November 2008 (UTC)
::It is a current feature which would merely require some configuration changes.--{{User:The General/sig}} 20:34, 12 November 2008 (UTC)
::More precisely, adding:
<pre>$wgGroupPermissions['autoconfirmed']['move'] = true;</pre>
And changing:
<pre>$wgAutoConfirmAge = 0;</pre>
to
<pre>$wgAutoConfirmAge = 3600*24*2</pre>
and
<pre>$wgAutoConfirmCount = 0;</pre>
to
<pre>$wgAutoConfirmCount = 50;</pre>--{{User:The General/sig}} 20:43, 12 November 2008 (UTC)
:::So Kevan would have to set it up? Would it not be prudent to ask if this is something he'd approve of? --{{User:Rosslessness/Sig}} 20:39, 12 November 2008 (UTC)
:::So Kevan would have to set it up? Would it not be prudent to ask if this is something he'd approve of? --{{User:Rosslessness/Sig}} 20:39, 12 November 2008 (UTC)
::::Yes, but it's a 5 minute job at most.--{{User:The General/sig}} 20:43, 12 November 2008 (UTC)

Revision as of 20:43, 12 November 2008

The Science.

SO is this a current feature that can be used, or would it require an upgrade? --RosslessnessWant a Location Image? 20:24, 12 November 2008 (UTC)

Offhand, I think it is a current feature. =/ I'm not sure though. -- Cheese 20:25, 12 November 2008 (UTC)
It is a current feature which would merely require some configuration changes.--The General T Sys U! P! F! 20:34, 12 November 2008 (UTC)
More precisely, adding:
$wgGroupPermissions['autoconfirmed']['move'] = true;

And changing:

$wgAutoConfirmAge = 0;

to

$wgAutoConfirmAge = 3600*24*2

and

$wgAutoConfirmCount = 0;

to

$wgAutoConfirmCount = 50;

--The General T Sys U! P! F! 20:43, 12 November 2008 (UTC)

So Kevan would have to set it up? Would it not be prudent to ask if this is something he'd approve of? --RosslessnessWant a Location Image? 20:39, 12 November 2008 (UTC)
Yes, but it's a 5 minute job at most.--The General T Sys U! P! F! 20:43, 12 November 2008 (UTC)