mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-03-06 18:03:14 +08:00
Add option to disable login form (#1269)
This commit is contained in:
@@ -179,6 +179,14 @@ identity_providers:
|
||||
|
||||
</details>
|
||||
|
||||
### `LD_DISABLE_LOGIN_FORM`
|
||||
|
||||
Values: `True`, `False` | Default = `False`
|
||||
|
||||
Disables the login form on the login page.
|
||||
This is useful when you want to enforce authentication through OIDC only.
|
||||
When enabled, users will not be able to log in using their username and password, and only the "Login with OIDC" button will be shown on the login page.
|
||||
|
||||
### `LD_CSRF_TRUSTED_ORIGINS`
|
||||
|
||||
Values: `String` | Default = None
|
||||
|
||||
Reference in New Issue
Block a user