Manual:ResetUserTokens.php/ru
Appearance
Эта функция была удалена из ядра MediaWiki в версии 1.39.0 (будучи устаревшей в 1.27). Пожалуйста, посмотрите страницу $wgAuthenticationTokenVersion с альтернативными способами использовать эту функцию. |
Файл MediaWiki: resetUserTokens.php | |
---|---|
Расположение: | maintenance/ |
Исходный код: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Классы: | 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.
Использование
Параметры
Опция/Параметр | Описание |
---|---|
--nowarn | Скрывает 5-секундное предупреждение, по умолчанию false. |
--nulls | Only reset tokens that are currently null (string of \x00\'s). |