From 517d89cfa8683220d5fadedffd2f7c4fd4a18a96 Mon Sep 17 00:00:00 2001 From: Joshua Treudler Date: Wed, 24 Jul 2024 22:08:04 +0200 Subject: [PATCH] added small hint to the README on htpasswd file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bbc793..9f13040 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ docker network create docker-whmcs-network ``` Generate .htpasswd user and pass
-Navigate to `_base/data/traefik/.htpasswd` and place your generated user/pass in there +Navigate to `_base/data/traefik/.htpasswd` and place your httpasswd user/pass in there. Whenever you navigate to your admin area, you'll have to login with generated user and pass and then login with your WHMCS user. This basic auth is very effective against bots and endless spam in emails of failed logins.