Manual:$wgPasswordExpirationDays/ko
Appearance
| Email settings: $wgPasswordExpirationDays | |
|---|---|
| The number of days that a user's password is good for. |
|
| 이 변수가 소개된 버전: | 1.23.0 (Gerrit change 92037; git #01c8c421) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (integer) or false |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
The number of days that a user's password is good for.
After this number of days, the user will be prompted to change their password every time they log in.
After an additional period defined by $wgPasswordExpireGrace, the user will be forced to change their password the next time they log in.
This setting is false by default, meaning that passwords do not expire.