From 2848a67c44a6a350b95b6fce3ac8f53d6287e172 Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Fri, 27 Mar 2020 14:36:03 +1100 Subject: [PATCH] Apologise for something annoying --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc11a5c..fa986e0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The code is derived from [ejabberd-auth-mysql](https://github.com/rankenstein/ej It is used on [Chinwag Social](https://social.chinwag.org) to provide XMPP messaging functionality to every account. ## Setup -Edit the `auth-mastodon.py` file and add database connection credentials at the top. Moving this to a config file is next on the TODO list. +Edit the `auth-mastodon.py` file and add database connection credentials at the top. Moving this to a config file is next on the TODO list, as this makes updates an awful process. Sorry. I recommend not using your main Mastodon database user account for this, and instead granting SELECT privileges on the Mastodon *accounts* and *users* tables to your ejabberd user instead.