diff options
author | 2024-08-18 12:48:00 -0700 | |
---|---|---|
committer | 2024-08-18 12:48:00 -0700 | |
commit | 3e0e8dda2b9cd69a3e063bb07ff2162bfdbb00df (patch) | |
tree | e872ba39e2b5b9beabcea2826457d8d90d862515 /miniflux.1 | |
parent | eb4bca6eb796fd1032a46756b5de0aa16f5fbd82 (diff) | |
download | v2.2.0.tar.gz v2.2.0.tar.zst v2.2.0.zip |
Diffstat (limited to 'miniflux.1')
-rw-r--r-- | miniflux.1 | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,5 +1,5 @@ .\" Manpage for miniflux. -.TH "MINIFLUX" "1" "March 23, 2024" "\ \&" "\ \&" +.TH "MINIFLUX" "1" "August 18, 2024" "\ \&" "\ \&" .SH NAME miniflux \- Minimalist and opinionated feed reader @@ -239,6 +239,14 @@ Set the value to 1 to disable the HTTP service\&. .br Default is false (The HTTP service is enabled)\&. .TP +.B DISABLE_LOCAL_AUTH +Disable local authentication\&. +.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 DISABLE_SCHEDULER_SERVICE Set the value to 1 to disable the internal scheduler service\&. .br @@ -452,14 +460,6 @@ 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 |