equal
deleted
inserted
replaced
1 ================= |
1 ================= |
2 Managing accounts |
2 Managing accounts |
3 ================= |
3 ================= |
4 useradd |
4 useradd |
5 ------- |
5 ------- |
6 Syntax: |
6 .. program:: vmm useradd |
7 | **vmm useradd** *address* [**-p** *password*] |
7 |
8 | **vmm ua** *address* [**-p** *password*] |
8 Syntax: |
|
9 | **vmm useradd** *address* [**-n** *note*] [**-p** *password*] |
|
10 | **vmm ua** *address* [**-n** *note*] [**-p** *password*] |
|
11 |
|
12 .. option:: -n note |
|
13 |
|
14 the note that should be set |
|
15 |
|
16 .. option:: -p password |
|
17 |
|
18 the new user's password |
9 |
19 |
10 Use this subcommand to create a new e-mail account for the given *address*. |
20 Use this subcommand to create a new e-mail account for the given *address*. |
11 |
21 |
12 If the password is not provided, :command:`vmm` will prompt for it |
22 If the password is not provided, :command:`vmm` will prompt for it |
13 interactively. |
23 interactively. |