# HG changeset patch # User Pascal Volk # Date 1392507507 0 # Node ID d3a246067e8f981ed3d1c906603206ea172b3237 # Parent 26a6231b9c6a1477ea07a0ce1c311a4b8b2e501c {man1,doc/web}: Added description of userpassword's -s option. diff -r 26a6231b9c6a -r d3a246067e8f doc/web/source/howto/manage_accounts.rst --- a/doc/web/source/howto/manage_accounts.rst Sat Feb 15 21:48:40 2014 +0000 +++ b/doc/web/source/howto/manage_accounts.rst Sat Feb 15 23:38:27 2014 +0000 @@ -148,9 +148,20 @@ userpassword ------------ +.. program:: vmm userpassword + Syntax: - | **vmm userpassword** *address* [**-p** *password*] - | **vmm up** *address* [**-p** *password*] + | **vmm userpassword** *address* [**-p** *password*] [**-s** *scheme*] + | **vmm up** *address* [**-p** *password*] [**-s** *scheme*] + +.. option:: -p password + + The user's new password. + +.. option:: -s scheme + + When a *scheme* was specified, it overrides the *misc.password_scheme* + setting, configured in the :file:`vmm.cfg` file. The password of an account can be updated with this subcommand. diff -r 26a6231b9c6a -r d3a246067e8f man/man1/vmm.1 --- a/man/man1/vmm.1 Sat Feb 15 21:48:40 2014 +0000 +++ b/man/man1/vmm.1 Sat Feb 15 23:38:27 2014 +0000 @@ -1,4 +1,4 @@ -.TH "VMM" "1" "2013-01-23" "vmm 0.7" "vmm" +.TH "VMM" "1" "2014-02-15" "vmm 0.7" "vmm" .SH NAME vmm \- command line tool to manage email domains/accounts/aliases .\" ----------------------------------------------------------------------- @@ -838,6 +838,23 @@ .BI "vmm userpassword" " address" .RB [ \-p .IR password ] +.RB [ \-s +.IR scheme ] +.PP +.TP +.BI "\-p " password +The user\(aqs new password. +.\" ------------------------------------ +.TP +.BI "\-s " scheme +When a +.I scheme +was specified, it overrides the +.I misc.password_scheme +setting, configured in the +.I vmm.cfg +file. +.\" ------------------------------------ .PP The password of an account can be updated with this subcommand. .PP