From fb203d19ad6a8122af310f6d4094e934c7087f01 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Sun, 14 Mar 2021 14:15:07 +0300 Subject: [PATCH] fix https://github.com/AdguardTeam/AdGuardHome/issues/2810 --- Configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Configuration.md b/Configuration.md index 7111930..02c55fb 100644 --- a/Configuration.md +++ b/Configuration.md @@ -266,6 +266,11 @@ Here's what you need to do to change the password: Now you'll be able to log in to Web interface using your new password. +Example using htpasswd: +``` +htpasswd -bnBC 10 "" MY_NEW_PASS | tr -d ':' +``` + ## Profiling with pprof