Move the settings screen to its own top-level menu
Adds an "M365 Login" menu entry with a Microsoft-style icon and one submenu per tab (Connection, Button, Security). The active tab is taken from the URL, kept in the post-save redirect and highlighted in the submenu. Notices are printed explicitly because top-level pages do not include options-head.php. Links, docs and screenshots updated. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JJxAHYdMfKPoN4koRc4Ci2
This commit is contained in:
parent
8766927123
commit
662756bc75
12 changed files with 664 additions and 576 deletions
|
|
@ -66,12 +66,12 @@
|
|||
| --- | --- |
|
||||
|  |  |
|
||||
|
||||
| Einstellungen – Verbindung | Einstellungen – Button |
|
||||
| M365 Login – Verbindung | M365 Login – Button |
|
||||
| --- | --- |
|
||||
|  |  |
|
||||
|
||||
<details>
|
||||
<summary><strong>Einstellungen – Sicherheit</strong> (Gruppen-Auswahl, Nur-Button-Modus, Fallback-Link)</summary>
|
||||
<summary><strong>M365 Login – Sicherheit</strong> (Gruppen-Auswahl, Nur-Button-Modus, Fallback-Link)</summary>
|
||||
|
||||

|
||||
|
||||
|
|
@ -136,7 +136,7 @@ Alternativ den Repo-Inhalt als Ordner `m365-login` nach `wp-content/plugins/` ko
|
|||
<details open>
|
||||
<summary><strong>Schritt für Schritt (ca. 5 Minuten)</strong></summary>
|
||||
|
||||
1. **Redirect-URI kopieren.** In WordPress *Einstellungen → M365 Login* öffnen; die URI steht in der Seitenleiste
|
||||
1. **Redirect-URI kopieren.** In WordPress den Menüpunkt *M365 Login* öffnen; die URI steht in der Seitenleiste
|
||||
(`https://deine-seite.tld/m365-login/callback`, bei einfachen Permalinks `https://deine-seite.tld/?m365-login=callback`).
|
||||
2. **App registrieren.** [Microsoft Entra Admin Center](https://entra.microsoft.com/) → *App-Registrierungen → Neue Registrierung*
|
||||
- Name: z. B. „WordPress Login“
|
||||
|
|
@ -177,7 +177,7 @@ Wichtig: Jeder Benutzer, der sich per Microsoft anmelden soll, braucht in WordPr
|
|||
|
||||
## Einstellungen im Backend
|
||||
|
||||
*Einstellungen → M365 Login* – drei Tabs, ein Formular, ein Speichern-Button.
|
||||
Menüpunkt *M365 Login* – drei Tabs (auch als Untermenüs erreichbar), ein Formular, ein Speichern-Button.
|
||||
|
||||
### Verbindung
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue