Manual:$wgEmailAuthentication
From MediaWiki.org
| Email settings: $wgEmailAuthentication | |
|---|---|
| Set to true to enable e-mail authentication for this wiki: all e-mail functions except the password reminder e-mails do only work for authenticated (confirmed) e-mail addresses. |
|
| Introduced in version: | 1.5.0 |
| Removed in version: | still in use |
| Allowed Values: | (boolean) |
| Default Value: | true |
Other settings: Alphabetical | By Function
[edit] Details
Set to true to enable e-mail authentication: all e-mail functions (except requesting a password reminder e-mail) do only work for authenticated (confirmed) e-mail 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 e-mail address.
When the user returns with that token to the wiki, the e-mail address is confirmed.
The confirmation status ("Your e-mail address was authenticated on <date>") is always shown in the user e-mail preferences.
It also enables the other e-mail notification options.
If set to false then no e-mail notifications are enabled for the entire wiki.

