From 509ef3a3b05ca2144610b701ffac38987e6045cb Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Wed, 27 Sep 2023 11:48:10 +0000 Subject: [PATCH] some fixes readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e5bd907..56254cc 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Players that have the FediAuth enabled have to enter a verification code upon jo That mod requires add to `secure.http_mods = fediauth` for sending codes from service account (any mastodon API compatible instance) -Add `fediauth.instance = example.com` and `fediauth.api_token` = secret` for work this mod. +Add `fediauth.instance = example.com` and `fediauth.api_token = secret` for work this mod. Also you can enable fediauth.fedi_required option and players who not have fediverse account can't play on server @@ -57,7 +57,7 @@ minetest.register_privilege("my_super_important_priv", { # Privileges -* `fediauth_enabled` Players with this privilege have to verify the Fediverse code upon login (automatically granted on successful `/fediauth_enable`) +* `fediauth_enabled` Players with this privilege have to verify the Fediverse code upon login (automatically granted on successful `/fediauth_on`) * `fediauth_bypass` Players with this privilege can bypass verification for any reason, and the privilege can only granted manually by administrator # License