Manual:$wgEmailAuthentication/ko
Appearance
| 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. |
|
| 이 변수가 소개된 버전: | 1.5.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | true |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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 (이메일 주소가 date 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.