Manual:$wgEmailConfirmToEdit
From Linux Web Expert
<translate> User rights, access control and monitoring</translate>: $wgEmailConfirmToEdit | |
---|---|
Require users to confirm email address before they can edit, true to enable. |
|
<translate> Introduced in version:</translate> | 1.6.0 (r12991) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (boolean) |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Require users to confirm their email address before they can edit, true to enable. Also, as of MediaWiki 1.12, requires people to supply an email address when registering.
- As a result, this disables anonymous editing from IP addresses, since unregistered users cannot have confirmed email addresses.
- This configuration parameter is ignored if $wgEmailAuthentication is
false
.