fix: Use "password" field in generated mwbot.toml instead of "botpassword" to authenticate
This commit is contained in:
parent
4ba5dc66e5
commit
477a39d764
@ -4,5 +4,5 @@ rest_url = "{}"
|
|||||||
|
|
||||||
[auth]
|
[auth]
|
||||||
username = "{}"
|
username = "{}"
|
||||||
botpassword = "{}"
|
password = "{}"
|
||||||
oauth2_token = "{}"
|
oauth2_token = "{}"
|
||||||
|
Loading…
Reference in New Issue
Block a user