Index: trunk/extensions/ConfirmAccount/ConfirmAccount.php |
— | — | @@ -68,8 +68,8 @@ |
69 | 69 | # and will be accessible to users with crediential lookup permissions |
70 | 70 | $wgConfirmAccountSaveInfo = true; |
71 | 71 | |
72 | | -# Send an email to address when account requests confirm their email. |
73 | | -# Set to false to skip this. |
| 72 | +# Send an email to this address when account requestors confirm their email. |
| 73 | +# Set to false to skip this |
74 | 74 | $wgConfirmAccountContact = false; |
75 | 75 | |
76 | 76 | # If ConfirmEdit is installed and set to trigger for createaccount, |