user example is foo :)

This commit is contained in:
Gregory Colpart 2018-11-07 23:17:29 +01:00
parent 3fd16e25e6
commit 6342de8f8b

View file

@ -631,13 +631,13 @@ require valid-user
La gestion du fichier *.htpasswd* se gère via la commande `htpasswd`.
Pour créer l'utilisateur :
Pour créer l'utilisateur *foo* :
~~~{.bash}
$ htpasswd -c /foo/.htpasswd user
$ htpasswd -c /foo/.htpasswd foo
New password:
Re-type new password:
Adding password for user user
Adding password for user foo
~~~
### HTTP Digest Authentication (mod_auth_digest)