Handbuch:createBotPassword.php

From mediawiki.org
This page is a translated version of the page Manual:CreateBotPassword.php and the translation is 67% complete.
MediaWiki Version:
1.35

Details

Die createBotPassword.php-Datei ist ein Wartungskript zum Erstellen eines Botpassworts für einen Benutzer. Siehe Handbuch:Bot-Passwörter für weitere Informationen.

Optionen/Argumente

Option/Argument Beschreibung Notwendig?
<user> The username to create a bot password for Notwendig
<password> A password will be generated if this is omitted. If supplied, it must be exactly 32 characters Optional
--showgrants Prints a description of available grants Optional
--appid App-ID für das neue Botpasswort Optional
--grants CSV list of permissions to grant Optional

Verwendung

php maintenance/createBotPassword.php [ <user>| <password>| --showgrants| --appid| --grants ]

See the grants available

Terminal

Erstellen eines neuen Botkontos

Terminal
Warnung Warnung: The grant "basic" is not optional! If you forget the grant "basic", you can see the cryptic error "readapidenied" when you use the Mediawiki api.

Siehe auch