19
0
Fork 0

Enlevé l'option -c à la commande htpasswd (écrase le fichier !)

This commit is contained in:
whirigoyen 2021-10-26 17:35:46 +02:00
parent ac8574e019
commit 84f3c12c44
1 changed files with 2 additions and 1 deletions

View File

@ -780,12 +780,13 @@ La gestion du fichier *.htpasswd* se gère via la commande `htpasswd`.
Pour créer l'utilisateur *foo* :
~~~{.bash}
$ htpasswd -c /foo/.htpasswd foo
$ htpasswd /foo/.htpasswd foo
New password:
Re-type new password:
Adding password for user foo
~~~
#### HTTP Digest Authentication (mod_auth_digest)
Il est possible d'utiliser la méthode d'authentification Digest