Handbuch:resetUserTokens.php
Diese Funktion wurde in der Version 1.39.0 aus dem MediaWiki-Kern entfernt (nachdem sie seit 1.27 veraltet war). Auf $wgAuthenticationTokenVersion findet sich eine alternative Möglichkeit, diese Funktion zu nutzen. |
MediaWiki-Datei: resetUserTokens.php | |
---|---|
Speicherort: | maintenance/ |
Quellcode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klassen: | ResetUserTokens |
Details
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.
Verwendung
Parameter
Option/Parameter | Beschreibung |
---|---|
--nowarn | Versteckt die 5 Sekunden-Warnung, ist standardmäßig auf false gestellt. |
--nulls | Setze nur Tokens zurück, die aktuell null sind (Zeichenfolge von \x00\'s) |