Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/doc/libervia-cli/account.rst Thu Jun 03 15:21:43 2021 +0200 +++ b/doc/libervia-cli/account.rst Thu Jun 17 13:05:58 2021 +0200 @@ -16,14 +16,14 @@ ``-P PORT, --port PORT``. You may also specify an e-mail address using ``-e EMAIL, --email EMAIL`` (use of this data depend of the server implementation). -By default, no SàT profile is created and associated to this new XMPP account, but you can +By default, no Libervia profile is created and associated to this new XMPP account, but you can use ``-p PROFILE, --profile PROFILE`` if you are willing to have one. example ------- Create account for the new user Nestor at ``nestor@example.org`` and associate it with the -SàT profile ``nestor``:: +Libervia profile ``nestor``:: $ li account create nestor@example.org some_password -p nestor @@ -37,9 +37,9 @@ .. note:: Only the XMPP password on the server is changed, not the one registered in the - parameter of SàT. You may have to update the parameter of your profile if the new + parameter of Libervia. You may have to update the parameter of your profile if the new password doesn't correspond to your parameters one (you can do that with li param set - or with most SàT frontends in parameters). + or with most Libervia frontends in parameters). example -------