docs: format warning and user instructions in installation guides (#838)

This commit is contained in:
Jniklas2 2025-04-19 14:53:03 +02:00 committed by GitHub
parent 6a2e3e0f19
commit fc056dc531
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 24 deletions

View file

@ -160,24 +160,24 @@ Geschafft!
=== "Post 2025-03 (LDAP-Patch)"
!!! warning "Wichtig"
Die Logins sind seit 2025-03 getrennt.
!!! warning "Wichtig"
Die Logins sind seit 2025-03 getrennt.
- **Administratoren**:
Sie können sich jetzt als Administrator mit den Standard-Zugangsdaten `admin` und dem Passwort `moohoo` unter folgender Adresse anmelden:
**`https://${MAILCOW_HOSTNAME}/admin`**
- **Administratoren**:
Sie können sich jetzt als Administrator mit den Standard-Zugangsdaten `admin` und dem Passwort `moohoo` unter folgender Adresse anmelden:
**`https://${MAILCOW_HOSTNAME}/admin`**
- **Normale Mailbox-Benutzer**:
Loggen sich wie gewohnt hier ein:
**`https://${MAILCOW_HOSTNAME}`** (nur FQDN)
- **Normale Mailbox-Benutzer**:
Loggen sich wie gewohnt hier ein:
**`https://${MAILCOW_HOSTNAME}`** (nur FQDN)
- **Domänen-Administratoren**:
Bitte nutzen Sie die separate Login-Adresse:
**`https://${MAILCOW_HOSTNAME}/domainadmin`**
- **Domänen-Administratoren**:
Bitte nutzen Sie die separate Login-Adresse:
**`https://${MAILCOW_HOSTNAME}/domainadmin`**
=== "Pre 2025-03 (LDAP-Patch)"
Sie können nun unter **`https://${MAILCOW_HOSTNAME}`** mit den Standard-Zugangsdaten `admin` und dem Passwort `moohoo` zugreifen.
Sie können nun unter **`https://${MAILCOW_HOSTNAME}`** mit den Standard-Zugangsdaten `admin` und dem Passwort `moohoo` zugreifen.
!!! info
Wenn Sie mailcow nicht hinter einem Reverse Proxy verwenden, sollten Sie [alle HTTP-Anfragen auf HTTPS umleiten](../manual-guides/u_e-80_to_443.md).

View file

@ -160,24 +160,24 @@ Done!
=== "Post 2025-03 (LDAP Patch)"
!!! warning "Important"
Logins have been separated since 2025-03.
!!! warning "Important"
Logins have been separated since 2025-03.
- **Administrators**:
You can now log in as an administrator using the default credentials `admin` and the password `moohoo` at:
**`https://${MAILCOW_HOSTNAME}/admin`**
- **Administrators**:
You can now log in as an administrator using the default credentials `admin` and the password `moohoo` at:
**`https://${MAILCOW_HOSTNAME}/admin`**
- **Regular mailbox users**:
Continue logging in at the usual URL:
**`https://${MAILCOW_HOSTNAME}`** (FQDN only)
- **Regular mailbox users**:
Continue logging in at the usual URL:
**`https://${MAILCOW_HOSTNAME}`** (FQDN only)
- **Domain administrators**:
Log in at the dedicated URL:
**`https://${MAILCOW_HOSTNAME}/domainadmin`**
- **Domain administrators**:
Log in at the dedicated URL:
**`https://${MAILCOW_HOSTNAME}/domainadmin`**
=== "Pre 2025-03 (LDAP Patch)"
You can now access **`https://${MAILCOW_HOSTNAME}`** using the default credentials `admin` and the password `moohoo`.
You can now access **`https://${MAILCOW_HOSTNAME}`** using the default credentials `admin` and the password `moohoo`.
!!! info