doc/web/source/howto/manage_accounts.rst
branchv0.7.x
changeset 752 271bd82c05c0
parent 738 935b4901d652
child 757 3d592b5d5e2d
equal deleted inserted replaced
751:9d739cd2f527 752:271bd82c05c0
    34  Enter new password:
    34  Enter new password:
    35  Retype new password:
    35  Retype new password:
    36 
    36 
    37 userdelete
    37 userdelete
    38 ----------
    38 ----------
    39 Syntax:
    39 
    40  | **vmm userdelete** *address* [**‒‒force**]
    40 .. program:: vmm userdelete
    41  | **vmm ud** *address* [**‒‒force**]
    41 
       
    42 Syntax:
       
    43  | **vmm userdelete** *address* [**‒‒delete-home**] [**‒‒force**]
       
    44  | **vmm ud** *address* [**‒‒delete-home**] [**‒‒force**]
       
    45 
       
    46 .. option:: --delete-home
       
    47 
       
    48  When this option is present, :command:`vmm` will also delete the account's
       
    49  home directory.
       
    50  This overrides the *account.delete_directory* setting of :file:`vmm.cfg`.
       
    51 
       
    52 .. option:: --force
       
    53 
       
    54  When this option is given, :command:`vmm` will delete the account, even if
       
    55  there are aliases with the account's address as their destination.
       
    56  Those aliases will be deleted too.
    42 
    57 
    43 Use this subcommand to delete the account with the given *address*.
    58 Use this subcommand to delete the account with the given *address*.
    44 
    59 
    45 If there are one or more aliases with an identical destination address,
    60 If there are one or more aliases with an identical destination address,
    46 :command:`vmm` will abort the requested operation and show an error message.
    61 :command:`vmm` will abort the requested operation and show an error message.
    47 To prevent this, give the optional argument **‒‒force**.
    62 To prevent this, give the optional argument :option:`--force`.
    48 
    63 
    49 userinfo
    64 userinfo
    50 --------
    65 --------
    51 Syntax:
    66 Syntax:
    52  | **vmm userinfo** *address* [**-d** *details*]
    67  | **vmm userinfo** *address* [**-d** *details*]