Manual:$wgRequirePasswordforEmailChange

This page is a translated version of the page Manual:$wgRequirePasswordforEmailChange and the translation is 41% complete.
Configurações de e-mail: $wgRequirePasswordforEmailChange
Se o usuário deve digitar sua senha para alterar seu endereço de e-mail
Introduzido na versão:1.20.0 (Gerrit change 12604; git #f7d8c9e3)
Removido na versão:1.27.0 (Gerrit change 280945; git #854a462d)
Valores permitidos:(booleano)
Valor padrão:true

Detalhes

Se a variável for definida como true, fica requerido aos usuários que digitem sua senha para alterar seu endereço de e-mail. Altere para false para desabilitar esse requerimento.

Avoid changing this setting on public wikis following security considerations.
The functionality this configuration setting provided was removed in an effort to adapt reality to MediaWiki rather than vice versa. It is no longer possible to change an email address without knowing the respective accounts password.

Starting with MW 1.27.0 the pre MW 1.20.0 procedure has to be followed:

  1. The user "John Doe" who cannot request a new password because the email address added is no longer available or never existed due to a typo when adding the email address has to create another account on the wiki, e.g. "John Doe 2"
  1. The admin uses the UserMerge extension to merge the old account "John Doe" into the new account "John Doe 2" and at the same time deletes the old account.
  1. The admin uses the Renameuser extension to rename the new account "John Doe 2" to "John Doe" to regain the old user account name.

Note that this is a procedure you will probably like to avoid whenever you can since it involves numerous "invasive" database actions to reassign the edits of the accounts involved thus increasing the chance of something going wrong.

Ver também

  • Extension:Sudo - allows to log into a foreign account without knowing the respective accounts password. Useful for MediaWiki 1.20.x to 1.26.x in conjunction with this configuration setting.