some fixes readme

This commit is contained in:
localhost_frssoft 2023-09-27 11:48:10 +00:00
parent e4ae177309
commit 509ef3a3b0
1 changed files with 2 additions and 2 deletions

View File

@ -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