44 lines
2.7 KiB
Text
44 lines
2.7 KiB
Text
# Settings page – Authentication section (ASCII mockup)
|
||
|
||
Structure after renaming "OIDC" to "Authentication" and adding the registration toggle.
|
||
Subsections use their own headings (h3) inside the main "Authentication" form_section.
|
||
|
||
+------------------------------------------------------------------+
|
||
| Settings |
|
||
| Manage global settings for the association. |
|
||
+------------------------------------------------------------------+
|
||
|
||
+-- Club Settings -------------------------------------------------+
|
||
| Association Name: [________________] [Save Name] |
|
||
+------------------------------------------------------------------+
|
||
|
||
+-- Join Form -----------------------------------------------------+
|
||
| ... (unchanged) |
|
||
+------------------------------------------------------------------+
|
||
|
||
+-- SMTP / E-Mail -------------------------------------------------+
|
||
| ... |
|
||
+------------------------------------------------------------------+
|
||
|
||
+-- Accounting-Software (Vereinfacht) Integration -----------------+
|
||
| ... |
|
||
+------------------------------------------------------------------+
|
||
|
||
+-- Authentication ------------------------------------------------+ <-- main section (renamed from "OIDC (Single Sign-On)")
|
||
| |
|
||
| Direct registration | <-- subsection heading (h3)
|
||
| [x] Allow direct registration (/register) |
|
||
| If disabled, users cannot sign up via /register; sign-in |
|
||
| and the join form remain available. |
|
||
| |
|
||
| OIDC (Single Sign-On) | <-- subsection heading (h3)
|
||
| (Some values are set via environment variables...) |
|
||
| Client ID: [________________] |
|
||
| Base URL: [________________] |
|
||
| Redirect URI: [________________] |
|
||
| Client Secret: [________________] (set) |
|
||
| Admin group name: [________________] |
|
||
| Groups claim: [________________] |
|
||
| [ ] Only OIDC sign-in (hide password login) |
|
||
| [Save OIDC Settings] |
|
||
+------------------------------------------------------------------+
|