From 477a39d7642553a63ba17a4f7540fc67f1b20b12 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Thu, 8 May 2025 01:31:25 +0100 Subject: [PATCH] fix: Use "password" field in generated mwbot.toml instead of "botpassword" to authenticate --- mwbot_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwbot_template.toml b/mwbot_template.toml index 54a392f..a8f529b 100644 --- a/mwbot_template.toml +++ b/mwbot_template.toml @@ -4,5 +4,5 @@ rest_url = "{}" [auth] username = "{}" -botpassword = "{}" +password = "{}" oauth2_token = "{}"