Manual:createBotPassword.php

From Linux Web Expert

<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.35
<translate> MediaWiki version:</translate>

詳細

createBotPassword.php ファイルは、利用者のボットのパスワードを作成するメンテナンス スクリプトです。 詳細情報は Manual:ボットのパスワード を参照してください。

オプション/引数

オプション/引数 説明 必須かどうか
<user> The username to create a bot password for <translate> Required</translate>
<password> A password will be generated if this is omitted. If supplied, it must be exactly 32 characters <translate> Optional</translate>
--showgrants Prints a description of available grants <translate> Optional</translate>
--appid App id for the new bot password <translate> Optional</translate>
--grants CSV list of permissions to grant <translate> Optional</translate>

使用法

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

See the grants available

Terminal

Create a new bot account

Terminal
File:OOjs UI icon notice-destructive.svg <translate> Warning:</translate> 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.

関連項目