From 42911e978f1e18066c561a379b0b35d13f751619 Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 1 Apr 2023 14:24:51 +0200 Subject: [PATCH] Rephrase auto-login documentation Fixes #465 --- core/src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 5132bb2b..c99facbe 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -202,8 +202,8 @@ mojang-request-limit: 600 # https://github.com/games647/FastLogin/issues/85 auto-register-unknown: false -# This disables the auto login from fastlogin. So a premium (like a paid account) authentication is requested, but -# the player won't be auto logged into the account. +# By setting this option to false, you can disable the auto login from fastlogin. So a premium (like a paid account) +# authentication is requested, but the player won't be auto logged into the account from the auth plugin. # # This can be used as 2Factor authentication for better security of your accounts. A hacker then needs both passwords. # The password of your Minecraft and the password to login in with your auth plugin