comparison doc/libervia-cli/account.rst @ 3563:267e4987b58b

doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
author Goffi <goffi@goffi.org>
date Fri, 11 Jun 2021 09:21:41 +0200
parents c80a0f864b5d
children
comparison
equal deleted inserted replaced
3562:9f599ccbea4e 3563:267e4987b58b
14 By default the registration is done on ``localhost`` with default XMPP Client 2 Server 14 By default the registration is done on ``localhost`` with default XMPP Client 2 Server
15 port (i.e. 5222), but you can specify other host/port using ``-H HOST, --host HOST`` and 15 port (i.e. 5222), but you can specify other host/port using ``-H HOST, --host HOST`` and
16 ``-P PORT, --port PORT``. You may also specify an e-mail address using ``-e EMAIL, --email 16 ``-P PORT, --port PORT``. You may also specify an e-mail address using ``-e EMAIL, --email
17 EMAIL`` (use of this data depend of the server implementation). 17 EMAIL`` (use of this data depend of the server implementation).
18 18
19 By default, no SàT profile is created and associated to this new XMPP account, but you can 19 By default, no Libervia profile is created and associated to this new XMPP account, but you can
20 use ``-p PROFILE, --profile PROFILE`` if you are willing to have one. 20 use ``-p PROFILE, --profile PROFILE`` if you are willing to have one.
21 21
22 example 22 example
23 ------- 23 -------
24 24
25 Create account for the new user Nestor at ``nestor@example.org`` and associate it with the 25 Create account for the new user Nestor at ``nestor@example.org`` and associate it with the
26 SàT profile ``nestor``:: 26 Libervia profile ``nestor``::
27 27
28 $ li account create nestor@example.org some_password -p nestor 28 $ li account create nestor@example.org some_password -p nestor
29 29
30 30
31 modify 31 modify
35 given profile. 35 given profile.
36 36
37 .. note:: 37 .. note::
38 38
39 Only the XMPP password on the server is changed, not the one registered in the 39 Only the XMPP password on the server is changed, not the one registered in the
40 parameter of SàT. You may have to update the parameter of your profile if the new 40 parameter of Libervia. You may have to update the parameter of your profile if the new
41 password doesn't correspond to your parameters one (you can do that with li param set 41 password doesn't correspond to your parameters one (you can do that with li param set
42 or with most SàT frontends in parameters). 42 or with most Libervia frontends in parameters).
43 43
44 example 44 example
45 ------- 45 -------
46 46
47 Change the XMPP password of the XMPP account of the default profile:: 47 Change the XMPP password of the XMPP account of the default profile::