Manual:$wgEmailAuthentication
Configurações de correio eletrónico: $wgEmailAuthentication | |
---|---|
Defina como true para ativar a autenticação por correio eletrónico (confirmação) para esta wiki. Exceto para as mensagens de lembrete de palavra-passe, as funções de correio eletrónico funcionam apenas para os endereços de correio eletrónico autenticados. |
|
Introduzida na versão: | 1.5.0 |
Removida na versão: | ainda em uso |
Valores permitidos: | (booliano) |
Valor por omissão: | true |
Outras configurações: Lista Alfabética | Lista por Função |
Detalhes
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 ("O seu endereço de correio eletrónico foi confirmado a date, às 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.