AdguardTeam / AdguardTeam/AdGuardHome
Password reset documentation can be simplified (no need to install a web server to generate hashed password).
- Vorherrschende Sprache
- TypeScript
- Sterne
- 36.9k
- Forks
- 2.5k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### 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_
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.