Index: trunk/extensions/ConfirmAccount/ConfirmAccount.config.php |
— | — | @@ -35,11 +35,10 @@ |
36 | 36 | # If files can be attached, what types can be used? (MIME data is checked) |
37 | 37 | $wgAccountRequestExts = array( 'txt', 'pdf', 'doc', 'latex', 'rtf', 'text', 'wp', 'wpd', 'sxw' ); |
38 | 38 | |
39 | | -# Prospective account access levels. |
40 | | -# Each level has it's own request queue at Special:ConfirmAccount. |
| 39 | +# Prospective account request types. |
41 | 40 | # Format is an array of (integer => (subpage param,user group,autotext)) pairs. |
42 | | -# The integer keys enumerate the request type. The key for a type should not change. |
43 | | -# The account queues are at Special:ConfirmAccount/<subpage param>. |
| 41 | +# The integer keys enumerate the request types. The key for a type should not change. |
| 42 | +# Each type has its own request queue at Special:ConfirmAccount/<subpage param>. |
44 | 43 | # When a request of a certain type is approved, the new user: |
45 | 44 | # (a) is placed in the <user group> group (if not User or *) |
46 | 45 | # (b) has <autotext> appended to his or her user page |