r69303 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69302‎ | r69303 | r69304 >
Date:01:17, 13 July 2010
Author:aaron
Status:ok
Tags:
Comment:
Clarified $wgAccountRequestTypes doc
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount.php
@@ -67,8 +67,10 @@
6868
6969 # Prospective account access levels.
7070 # An associative array of integer => (special page param,user group,autotext) pairs.
71 -# The account queues are at Special:ConfirmAccount/param.
72 -# The integer keys are used to enumerate the type.
 71+# The account queues are at Special:ConfirmAccount/param. The integer keys enumerate the type.
 72+# When a request of a certain type (param) is approved, the new user:
 73+# (a) is placed in the <user group> group (if not User or *)
 74+# (b) If $wgMakeUserPageFromBio, <autotext> is appended his/her user page
7375 $wgAccountRequestTypes = array(
7476 0 => array( 'authors', 'user' )
7577 );

Status & tagging log