Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to suggest hiding login form #160

Open
qcgilbert opened this issue Jan 21, 2024 · 5 comments
Open

Update README to suggest hiding login form #160

qcgilbert opened this issue Jan 21, 2024 · 5 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@qcgilbert
Copy link

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 }

@qcgilbert qcgilbert added the enhancement New feature or request label Jan 21, 2024
@9p4
Copy link
Owner

9p4 commented Jan 22, 2024

Take a look at #16

@9p4 9p4 added the documentation Improvements or additions to documentation label Jan 22, 2024
@select
Copy link

select commented Feb 18, 2024

I just saw this, made a similar suggestion #166

@BijuuKrunos
Copy link

BijuuKrunos commented Jan 22, 2025

What would i need to change to hide the "forgot password" button aswell?
I would like to only have the sso login and quickconnect to be shown. and if possible, that the SSO Login has the same size as the Quickconnect Button.

Currently i am using:

<form action="BLUB">
  <button class="raised block emby-button button-submit">
    Mit Authelia anmelden
  </button>
</form>

and:

.disclaimerContainer {
  display: block;
  margin-top: 0em;
  margin-bottom: 1em;
}

.readOnlyContent {
  display: flex;
  flex-direction: column-reverse;
}
#loginPage .manualLoginForm { display: none !important }

To get this:

Image

@9p4
Copy link
Owner

9p4 commented Jan 23, 2025

The "forgot password" button has the class btnForgotPassword, so you can set that class to display: none !important;

@BijuuKrunos
Copy link

ahh thanks that worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants