Manual:$wgPasswordResetRoutes/ko
Appearance
| Authentication: $wgPasswordResetRoutes | |
|---|---|
| Whether to allow password resets identified by various bits of data. |
|
| 이 변수가 소개된 버전: | 1.18.0 (r86482) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) |
| 기본값: | see below |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Whether to allow password resets ("enter some identifying data, and we'll send an email with a temporary password you can use to get back into the account") identified by various bits of data. Setting all of these to false (or the whole variable to false) has the effect of disabling "password resets" entirely.
기본값
| 미디어위키 버전: | ≥ 1.26 |
[
'username' => true,
'email' => true,
]
| 미디어위키 버전: | 1.18 – 1.25 |
array(
'username' => true,
'email' => false,
)