htpasswd: add direct generation of username/password (#3357)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:

committed by
Zlatan Vasović

parent
e7ae03409a
commit
eaef0f2d44
@@ -22,3 +22,7 @@
|
|||||||
- Verify user password:
|
- Verify user password:
|
||||||
|
|
||||||
`htpasswd -v {{path/to/file}} {{user_name}}`
|
`htpasswd -v {{path/to/file}} {{user_name}}`
|
||||||
|
|
||||||
|
- Display a string with username (plain text) and password (md5):
|
||||||
|
|
||||||
|
`htpasswd -nbm {{user_name}} {{password}}`
|
||||||
|
Reference in New Issue
Block a user