diff --git a/pages/common/htpasswd.md b/pages/common/htpasswd.md index 4479312e4c..16fb2d7af4 100644 --- a/pages/common/htpasswd.md +++ b/pages/common/htpasswd.md @@ -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}}`