Jump to content

Remove buttons from the sign in screen.


Recommended Posts

teamlofty
Posted (edited)

Is there a way to hide/remove the Manual Login and Forgot Password from this screen? I am trying Emby as a replacement for my Plex Server as Plex seems to be less stable lately. However my two young children, one of which is autistic uses the server and I don't want them poking around these options. Their accounts won't have a password so will just login when the press their name. Not being able to remove these buttons will be a deal breaker and I will reluctantly have to go back to Plex.

Thanks in advance for any help you can offer.

Screenshot 2021-07-18 at 11.01.27.png

Edited by teamlofty
Spelling
Posted

Hello teamlofty,

** This is an auto reply **

Please wait for someone from staff support or our members to reply to you.

It's recommended to provide more info, as it explain in this thread:

Thank you.

Emby Team

GrimReaper
Posted

That should be feasible via custom CSS, @Happy2Play might lend you a hand there.

  • Like 1
Posted

Hi for the web app you may be able to use CSS to remove those but you will not be able to remove those options in any of the apps (ie Android, Roku, etc).

If I were you I would give this a try and see if your autistic child has any issue with this.

My son is autistic but Emby never caused him any issues.  He actually could fly around the menus like a wizard as it just "clicked" for him.  Everyone is different of course but I would give it a try.

  • Like 1
Happy2Play
Posted

Yes custom css is limited to the web client.

But you could do something like this as the code keeps changing and getting harder to target in areas.

div.mainAnimatedPages.skinBody div div div.vertical-wrap.centered.itemsContainer.padded-top.padded-bottom.padded-left.padded-right div:nth-last-child(-n+2) {display: none;}

 

  • Thanks 1
teamlofty
Posted

Thanks all. I give it a try. 
 

Thanks for all help.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...