Manual:CreateBotPassword.php/de

MediaWiki Version:
1.35
Category:MediaWiki code/de#CreateBotPassword.php

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/ArgumentBeschreibungNotwendig?
<user>The username to create a bot password forNotwendig
<password>A password will be generated if this is omitted. If supplied, it must be exactly 32 charactersOptional
--showgrantsPrints a description of available grantsOptional
--appidApp-ID für das neue BotpasswortOptional
--grantsCSV list of permissions to grantOptional

Verwendung

php maintenance/run.php createBotPassword [ <user>| <password>| --showgrants| --appid| --grants ]
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

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

Category:Maintenance scripts/de Category:User maintenance scripts/de
Category:Maintenance scripts/de Category:MediaWiki code/de Category:User maintenance scripts/de