Manual:$wgUserEmailConfirmationTokenExpiry/zh
Appearance
电子邮件设置: $wgUserEmailConfirmationTokenExpiry | |
---|---|
The time, in seconds, after which a email address confirmation token expires. |
|
引进版本: | 1.18.0 (r81868) |
移除版本: | 仍在使用 |
允许的值: | (integer) |
默认值: | 7 * 24 * 60 * 60 (7 days) |
其他设置: 按首字母排序 | 按功能排序 |
细节
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.