Jump to content

About Button for ReSet the login password


Recommended Posts

Posted
button.raised.cancel.block.btnForgotPassword.emby-button {display: none; }

Hi when upgrading to the embyserver version above this code broke and I would like a new code to hide (remove) the button marked in the image.

Thank you so much for that.

trash.jpeg

Posted
button.btnForgotPassword {display: none}

Hi, just made a small change to the CSS code and it worked for me. Closing this topic. Thank you

Posted

Hi,

how can I hide the Forgot Password button at this point and change the name of localhost?
image.png.61d2846fb6af10556d6de9be987ed7ae.png

Happy2Play
Posted
5 hours ago, Schem0t4pe said:

Hi,

how can I hide the Forgot Password button at this point and change the name of localhost?
image.png.61d2846fb6af10556d6de9be987ed7ae.png

Easiest way to change Name is via the dashboard three dot menu and change server name

image.png.d2b837a52c2c6fff006991790e1507dd.png

Forgot password (adjust to how many cards you have)

div.view-startup-login div.itemsContainer div:nth-child(3) {display: none;}

 

 

  • 1 year later...
Posted
On 3/6/2024 at 3:01 PM, Happy2Play said:
div.view-startup-login div.itemsContainer div:nth-child(3) {display: none;}

 

This only works when 1 user is displayed on the login screen.

If 2 users are displayed it will hide "manual login" instead.

If more than 2 are displayed it will hide a user. 

Happy2Play
Posted (edited)
2 hours ago, K22R8CT said:

This only works when 1 user is displayed on the login screen.

If 2 users are displayed it will hide "manual login" instead.

If more than 2 are displayed it will hide a user. 

True

Quote

Forgot password (adjust to how many cards you have)

Correction:  Okay a little change to target last child.

div.view-startup-login div.itemsContainer div.squareCard:nth-last-child(1) {display: none;}

 

Edited by Happy2Play
  • Like 1
  • Thanks 1
Posted (edited)

I swear I did that yesterday before posting and it didn't work. Figured I'd look into it when I had time. Must have been a typo or something equally silly. Thanks!

So the following two lines should hide "forgot password" in all cases:

.btnForgotPassword { display: none !important; }
div.view-startup-login div.itemsContainer div.squareCard:nth-last-child(1) {display: none;}
Edited by K22R8CT

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...