AdguardTeam / AdguardTeam/AdGuardHome

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

Abierto
#6,865 4 comentarios 5 reacciones 0 asignados Ver en GitHub
documentation
Lenguaje dominante
TypeScript
Estrellas
36.9k
Forks
2.5k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.