1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 11:15:24 +02:00

htpasswd: add direct generation of username/password (#3357)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
Urs Braem 2019-12-24 14:57:59 +01:00 committed by Zlatan Vasović
parent e7ae03409a
commit eaef0f2d44

View file

@ -22,3 +22,7 @@
- Verify user password:
`htpasswd -v {{path/to/file}} {{user_name}}`
- Display a string with username (plain text) and password (md5):
`htpasswd -nbm {{user_name}} {{password}}`