9p4 / jellyfin-plugin-sso

This plugin allows users to sign in through an SSO provider (such as Google, Microsoft, or your own provider). This enables one-click signin.
GNU General Public License v3.0
590 stars 27 forks source link

Update README to suggest hiding login form #160

Open qcgilbert opened 8 months ago

qcgilbert commented 8 months ago

The login process can be confusing for users if you want SSO to be the only sign in method

I think hiding the login form will help remove this ambiguity. I recommend adding the following to the Custom CSS in jellyfin:

#loginPage .manualLoginForm { display: none !important }

9p4 commented 8 months ago

Take a look at https://github.com/9p4/jellyfin-plugin-sso/issues/16

select commented 7 months ago

I just saw this, made a similar suggestion #166