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

View file

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