Manual:$wgEmailAuthentication

This page is a translated version of the page Manual:$wgEmailAuthentication and the translation is 33% complete.
Email settings: $wgEmailAuthentication
Set to true to enable email authentication (confirmation) for this wiki. Except for password reminder emails, email functions only work for authenticated email addresses.
Introducido en la versión:1.5.0
Eliminado en la versión:aún se usa
Valores permitidos:(booleano)
Valor predeterminado:true

Detalles

Set to true to enable email authentication: all email functions (except requesting a password reminder email) only work for authenticated (confirmed) email addresses. On account creation or when users change their passwords or on request, a confirmation token (link) with a limited life time is mailed to that unconfirmed email address.

When the user returns with that token to the wiki, the email address is confirmed.

The confirmation status ("Tu dirección de correo electrónico fue confirmada el date a las time.") is always shown in the user email preferences.

It also enables the other email notification options.

If set to false then the email notification options work without having to authenticate (confirm) email addresses.

Véase también