mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 21:45:46 +03:00
parent
feea1a8efe
commit
fb203d19ad
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
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 ':'
|
||||||
|
```
|
||||||
|
|
||||||
<a id="pprof"></a>
|
<a id="pprof"></a>
|
||||||
|
|
||||||
## Profiling with pprof
|
## Profiling with pprof
|
||||||
|
|
Loading…
Reference in a new issue