AdguardTeam / AdguardTeam/AdGuardHome

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

Ouverte
#6,865 4 commentaires 5 réactions 0 personnes assignées Voir sur GitHub
documentation
Langage dominant
TypeScript
Étoiles
36.9k
Forks
2.5k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### 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_

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.