Index: trunk/extensions/ConfirmAccount/ConfirmAccount.php |
— | — | @@ -67,8 +67,10 @@ |
68 | 68 | |
69 | 69 | # Prospective account access levels. |
70 | 70 | # 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 |
73 | 75 | $wgAccountRequestTypes = array( |
74 | 76 | 0 => array( 'authors', 'user' ) |
75 | 77 | ); |