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:
parent
e7ae03409a
commit
eaef0f2d44
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue