Manual:$wgEmailConfirmToEdit

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<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

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.

See also