diff options
author | André Malo <nd@apache.org> | 2014-07-18 22:32:00 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-07-18 22:32:00 +0200 |
commit | b1ce747989c31670f3bc6cf17cac19a859a68075 (patch) | |
tree | d5ae21e11a3191445ba5bc99224ba5d9af5316f7 /docs/manual/programs/htpasswd.html.en | |
parent | fix properties and xml validity (diff) | |
download | apache2-b1ce747989c31670f3bc6cf17cac19a859a68075.tar.xz apache2-b1ce747989c31670f3bc6cf17cac19a859a68075.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htpasswd.html.en')
-rw-r--r-- | docs/manual/programs/htpasswd.html.en | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/programs/htpasswd.html.en b/docs/manual/programs/htpasswd.html.en index 8b037cf50d..c1019f8ccf 100644 --- a/docs/manual/programs/htpasswd.html.en +++ b/docs/manual/programs/htpasswd.html.en @@ -112,7 +112,8 @@ distribution.</li></ul><ul class="seealso"><li><a href="#comments_section">Comme <dd>Use batch mode; <em>i.e.</em>, get the password from the command line rather than prompting for it. This option should be used with extreme care, since <strong>the password is clearly visible</strong> on the command - line. For script use see the <code>-i</code> option.</dd> + line. For script use see the <code>-i</code> option.<br /> + Available in 2.4.4 and later.</dd> <dt><code>-i</code></dt> <dd>Read the password from stdin without verification (for script usage).</dd> @@ -165,7 +166,8 @@ distribution.</li></ul><ul class="seealso"><li><a href="#comments_section">Comme <dt><code>-v</code></dt> <dd>Verify password. Verify that the given password matches the password - of the user stored in the specified htpasswd file.</dd> + of the user stored in the specified htpasswd file.<br /> + Available in 2.4.5 and later.</dd> <dt><code><var>passwdfile</var></code></dt> <dd>Name of the file to contain the user name and password. If |