From 48ae8d7845fbe93d697f6f0b8e7610f9e5939b12 Mon Sep 17 00:00:00 2001 From: bergware Date: Tue, 25 Apr 2023 22:33:36 +0200 Subject: [PATCH 1/2] Update helptext.txt --- languages/en_US/helptext.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/en_US/helptext.txt b/languages/en_US/helptext.txt index 1ed76339c..a18d9699c 100644 --- a/languages/en_US/helptext.txt +++ b/languages/en_US/helptext.txt @@ -2263,11 +2263,11 @@ Provide a comma separated list of urls that are allowed to access the unraid-api :end :myservers_remote_t2fa_help: -When Transparent 2FA for Remote Access is enabled, you will access your server by clicking the "Remote Access" link on the My Servers dashboard. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Remote Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. +When Transparent 2FA for Remote Access is enabled, you will access your server by clicking the "Remote Access" link on the Go to Connect. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Remote Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. :end :myservers_local_t2fa_help: -When Transparent 2FA for Local Access is enabled, you will access your server by clicking the "Local Access" link on the My Servers dashboard. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Local Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. +When Transparent 2FA for Local Access is enabled, you will access your server by clicking the "Local Access" link on the Go to Connect. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Local Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. This is fairly extreme for Local Access, and in most cases is not needed. It requires a solid Internet connection. If you need to access the webGUI while the Internet is down, SSH to the server and run 'use_ssl no', this will give you access via http:// :end From 98a2b44939ba9f99f858b91d1fd81496723be866 Mon Sep 17 00:00:00 2001 From: bergware Date: Tue, 25 Apr 2023 23:23:20 +0200 Subject: [PATCH 2/2] Update helptext.txt --- languages/en_US/helptext.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/en_US/helptext.txt b/languages/en_US/helptext.txt index a18d9699c..097e79028 100644 --- a/languages/en_US/helptext.txt +++ b/languages/en_US/helptext.txt @@ -2263,11 +2263,11 @@ Provide a comma separated list of urls that are allowed to access the unraid-api :end :myservers_remote_t2fa_help: -When Transparent 2FA for Remote Access is enabled, you will access your server by clicking the "Remote Access" link on the Go to Connect. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Remote Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. +When Transparent 2FA for Remote Access is enabled, you will access your server by clicking the "Remote Access" link on the Go to Connect. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Remote Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. :end :myservers_local_t2fa_help: -When Transparent 2FA for Local Access is enabled, you will access your server by clicking the "Local Access" link on the Go to Connect. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Local Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. +When Transparent 2FA for Local Access is enabled, you will access your server by clicking the "Local Access" link on the Go to Connect. The system will transparently request a 2FA token from your server and embed it in the server's login form. Your server will deny any Local Access login attempt that does not include a valid token. Each token can be used only once, and is only valid for five minutes. This is fairly extreme for Local Access, and in most cases is not needed. It requires a solid Internet connection. If you need to access the webGUI while the Internet is down, SSH to the server and run 'use_ssl no', this will give you access via http:// :end