equal
deleted
inserted
replaced
146 |
146 |
147 .. versionadded:: 0.6.0 |
147 .. versionadded:: 0.6.0 |
148 |
148 |
149 userpassword |
149 userpassword |
150 ------------ |
150 ------------ |
151 Syntax: |
151 .. program:: vmm userpassword |
152 | **vmm userpassword** *address* [**-p** *password*] |
152 |
153 | **vmm up** *address* [**-p** *password*] |
153 Syntax: |
|
154 | **vmm userpassword** *address* [**-p** *password*] [**-s** *scheme*] |
|
155 | **vmm up** *address* [**-p** *password*] [**-s** *scheme*] |
|
156 |
|
157 .. option:: -p password |
|
158 |
|
159 The user's new password. |
|
160 |
|
161 .. option:: -s scheme |
|
162 |
|
163 When a *scheme* was specified, it overrides the *misc.password_scheme* |
|
164 setting, configured in the :file:`vmm.cfg` file. |
154 |
165 |
155 The password of an account can be updated with this subcommand. |
166 The password of an account can be updated with this subcommand. |
156 |
167 |
157 If no *password* was provided, :command:`vmm` will prompt for it interactively. |
168 If no *password* was provided, :command:`vmm` will prompt for it interactively. |
158 |
169 |