comparison doc/libervia-cli/account.rst @ 3573:813595f88612

merge changes from main branch
author Goffi <goffi@goffi.org>
date Thu, 17 Jun 2021 13:05:58 +0200
parents 267e4987b58b
children
comparison
equal deleted inserted replaced
3541:888109774673 3573:813595f88612
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::