Manual:ResetUserTokens.php/ko
Appearance
이 기능은 버전 1.39.0에서 미디어위키 코어로부터 제거되었습니다. (미디어위키 1.27에서 지원 중단된 후)
이 기능을 사용할 다른 방법을 찾으려면 $wgAuthenticationTokenVersion 문서를 보세요. |
| 미디어위키 파일: resetUserTokens.php | |
|---|---|
| 위치: | maintenance/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | ResetUserTokens |
상세
resetUserTokens.php file is a maintenance script to reset the user_token of users on the wiki.
On the one hand it can reset the token for all users.
Note that this may log some of them out.
Resetting all tokens is not necessary unless you believe your user table has been compromised.
On the other hand you can use the script to change those tokens, which currently are NULL.
This is useful to improve security for the affected users.
사용법
Parameters
| Option/Parameter | Description |
|---|---|
| --nowarn | Hides the 5 seconds warning, defaults to false. |
| --nulls | Only reset tokens that are currently null (string of \x00\'s). |