teamlofty 1 Posted July 18, 2021 Posted July 18, 2021 (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. Edited July 18, 2021 by teamlofty Spelling
Abobader 3485 Posted July 18, 2021 Posted July 18, 2021 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 4919 Posted July 18, 2021 Posted July 18, 2021 That should be feasible via custom CSS, @Happy2Play might lend you a hand there. 1
Carlo 4561 Posted July 18, 2021 Posted July 18, 2021 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. 1
Happy2Play 9814 Posted July 18, 2021 Posted July 18, 2021 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;} 1
teamlofty 1 Posted July 18, 2021 Author Posted July 18, 2021 Thanks all. I give it a try. Thanks for all help. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now