Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
This change was never communicated to our organization, and we were affected on May 27, 2026. All of our Zoom Room devices started throwing certificate errors, causing a global P1 outage for our company. To fix the issue, we had to bypass SSL inspect...
I took another look and figured it out. The name of the property has changed.It is now:#signin_form #forgot_password {
display: none;
}In my case, that was already in the CSS file but it said "display: inline" so I changed "inline" to "none" that w...
Sorry to bump such an old post, but I am trying to do the same thing and the above code is not working. I have tried editing the "auth.html" file and have tried putting the CSS above and below the $MERAKI:MODERN_AUTH_ALREADY_HAVE_ACCOUNT_SIGN_IN_HERE...