Skip to content

Commit e97b9d1

Browse files
committed
Clarify in WebAdmin: no need to provide full JID if hostnames coincide
1 parent 86ee42a commit e97b9d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/admin/guide/managing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ The exact address depends on your configuration;
203203
in this example the address is: `https://example.net:5443/admin/`
204204

205205
4. In the login window provide the **full Jabber ID: `admin1@example.org`** and password.
206+
If the web address hostname is the same that the account JID,
207+
you can provide simply the username instead of the full JID: `admin1`.
206208

207209
5. Finally you will see a page similar to:
208210

content/admin/installation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,11 @@ you may want to register the first XMPP account and grant it administrative righ
635635
[http://localhost:5280/admin/](http://localhost:5280/admin/),
636636
[https://localhost:5443/admin/](https://localhost:5443/admin/),
637637
[https://localhost:5280/admin/](https://localhost:5280/admin/) ...
638-
Make sure to enter the **full JID**, in this example `admin1@example.org`.
638+
639+
5. Your web browser shows a login window. Introduce the **full JID**,
640+
in this example `admin1@example.org`, and the account password.
641+
If the web address hostname is the same that the account JID,
642+
you can provide simply the username instead of the full JID: `admin1`.
639643
See [Web Admin](/admin/guide/managing/#web-admin) for details.
640644
641645

0 commit comments

Comments
 (0)