From 107263669e943b6ecbb6a7cfaf3a58fbea86dab8 Mon Sep 17 00:00:00 2001 From: shivajiva101 Date: Thu, 2 Nov 2017 14:39:00 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bfcb7c..1a8f916 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ to the list of trusted mods in minetest.conf: secure.trusted_mods = sauth -This mod will import your existing auth.txt on first run, if there are less than 3600 records, otherwise it exports SQL block -insert statements to a file called auth.sql in the world folder and shuts the server down, so you can import the database. It's a requirement that you import the database before restarting minetest or you will create a duplicate entry. You can shutdown the server and delete sauth.sqlite if you forget and then do the import steps. I recommend you import auth.sql with sqlite3 (https://www.sqlite.org/), navigate to the world folder in a terminal and use the commands: +This mod will import your existing auth.txt on first run if there are less than 3600 records, otherwise it exports SQL block +insert statements to a file called auth.sql in the world folder and shuts the server down. Server owners be aware that it is a requirement that you import the database BEFORE restarting minetest or the server will create another database and duplicate entries for any players logging in before the import. You can shutdown the server and delete sauth.sqlite if you forgot and then do the import steps. I recommend you import auth.sql with sqlite3 (https://www.sqlite.org/), navigate to the world folder in a terminal and use the commands: sqlite3 .open sauth.sqlite