Manual:$wgUserEmailConfirmationTokenExpiry/de-formal

From Linux Web Expert

Revision as of 07:15, 17 August 2022 by imported>ThisCarthing (Created page with "== Details ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Email settings</translate>: $wgUserEmailConfirmationTokenExpiry
The time, in seconds, after which a email address confirmation token expires.
<translate> Introduced in version:</translate>1.18.0 (r81868)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(integer)
<translate> Default value:</translate>7 * 24 * 60 * 60 (7 days)

Details

The time, in seconds, after which a email address confirmation token expires. Such tokens are sent out when a user sets their email address for the first time, or changes their email address.

If $wgEmailAuthentication is set to false, this does not apply.

See also