AdguardTeam / AdguardTeam/AdGuardHome

Password reset documentation can be simplified (no need to install a web server to generate hashed password).

オープン
#6,865 コメント 4 件 リアクション 5 件 担当者 0 名 GitHub で見る
documentation
主要言語
TypeScript
スター
36.9k
フォーク
2.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

### Prerequisites

- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer

- [X] I have searched other issues and found no duplicates

- [X] I want to request a feature or enhancement and not ask a question

### The problem

The [Reset web password](https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#password-reset) documentation can be greatly simplified. The step 1 to install `htpasswd` is too heavy (install a web server is too heavy).

### Proposed solution

This can be done with simple linux command (which is readily available on linux machines or WSL on windows):

```bash
mkpasswd -m bcrypt -R 10
```

This will generate the bcrypt hashed string. No need to install apache2. I tested it and it worked without any problems.

### Alternatives considered and additional information

_No response_

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。