doc/web: Added missing userservices description.
Fixed order of subcommand listing.
--- a/doc/web/source/howto/manage_accounts.rst Sun Sep 02 16:47:53 2012 +0000
+++ b/doc/web/source/howto/manage_accounts.rst Sun Sep 02 17:23:46 2012 +0000
@@ -97,22 +97,6 @@
root@host:~# vmm un d.user@example.com "John Doe"
-userpassword
-------------
-Syntax:
- | **vmm userpassword** *address* [*password*]
- | **vmm up** *address* [*password*]
-
-The password of an account can be updated with this subcommand.
-
-If no *password* was provided, :command:`vmm` will prompt for it interactively.
-
-Example:
-
-.. code-block:: console
-
- root@host:~# vmm up d.user@example.com "A |\/|0r3 5ecur3 P4s5\/\/0rd?"
-
usernote
--------
Syntax:
@@ -131,6 +115,22 @@
.. versionadded:: 0.6.0
+userpassword
+------------
+Syntax:
+ | **vmm userpassword** *address* [*password*]
+ | **vmm up** *address* [*password*]
+
+The password of an account can be updated with this subcommand.
+
+If no *password* was provided, :command:`vmm` will prompt for it interactively.
+
+Example:
+
+.. code-block:: console
+
+ root@host:~# vmm up d.user@example.com "A |\/|0r3 5ecur3 P4s5\/\/0rd?"
+
userquota
---------
Syntax:
@@ -153,6 +153,26 @@
.. versionadded:: 0.6.0
+userservices
+------------
+Syntax:
+ | **vmm userservices** *address* [*service ...*]
+ | **vmm us** *address* [*service ...*]
+
+To grant a user access to the specified services, use this command.
+
+All omitted services will be deactivated/unusable for the user with the
+given *address*.
+
+Instead of *service* pass **domain** to remove the account-specific override,
+causing the domain's value to be in effect.
+
+Example:
+
+.. code-block:: console
+
+ root@host:~# userservices d.user@example.com SMTP IMAP
+
usertransport
-------------
Syntax: