mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
feat: Add option to disable local auth form
This commit is contained in:
parent
59dac15bdf
commit
770cc1dbb3
10 changed files with 68 additions and 11 deletions
|
@ -447,6 +447,14 @@ Possible values are "google" or "oidc"\&.
|
|||
.br
|
||||
Default is empty\&.
|
||||
.TP
|
||||
.B DISABLE_LOCAL_AUTH
|
||||
Only use oauth2 for auth\&.
|
||||
.br
|
||||
When set to true, the username/password form is hidden from the login screen, and the
|
||||
options to change username/password or unlink oauth2 account are hidden from the settings page.
|
||||
.br
|
||||
Default is false\&.
|
||||
.TP
|
||||
.B OAUTH2_REDIRECT_URL
|
||||
OAuth2 redirect URL\&.
|
||||
.br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue