Manual:InvalidateBotPasswords.php/de
Appearance
| MediaWiki Version: | ≥ 1.37 |
| MediaWiki-Datei: invalidateBotPasswords.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | InvalidateBotPasswords |
Details
invalidateBotPasswords.php file is a maintenance script to invalidates the bot passwords of a given user.
Optionen/Argumente
| Option | Beschreibung | Notwendig? |
|---|---|---|
| --user | The username to operate on | Optional |
| --userid | The user id to operate on | Optional |
Although both option are optional but one of them is required.
Verwendung
php maintenance/run.php invalidateBotPasswords [ --user| --userid ]
Terminal
$ php maintenance/run.php invalidateBotPasswords --user Foo Bot passwords invalidated for Foo
In MediaWiki version MediaWiki 1.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.