Manual:ResetUserTokens.php/pl

Category:MediaWiki deprecated or obsolete features/pl#ResetUserTokens.php Category:MediaWiki code/pl#ResetUserTokens.php

Szczegóły

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.

Użycie

Parametry

Opcja/ParametrOpis
--nowarnHides the 5 seconds warning, defaults to false.
--nullsOnly reset tokens that are currently null (string of \x00\'s).
Category:Maintenance scripts/pl#ResetUserTokens.php
Category:Maintenance scripts/pl Category:MediaWiki code/pl Category:MediaWiki deprecated or obsolete features/pl