You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When only using Active Directory it may be better if the Switch Login Window button defaults to being hidden. Currently when this is so, switching the login window shows the message indicating that internet is unavailable and can be confusing.
The preference logic could be as follows: if ADDomain is set and discoveryURL is not set, hide the Switch Login Window button unless shouldShowMacLoginButton is set to true.
if the button is hidden, there won't be a way to switch to the mac login window. The key to hide it does work, so let's wait until we have more impact data. setting to future.
When only using Active Directory it may be better if the
Switch Login Window
button defaults to being hidden. Currently when this is so, switching the login window shows the message indicating that internet is unavailable and can be confusing.The preference logic could be as follows: if
ADDomain
is set anddiscoveryURL
is not set, hide theSwitch Login Window
button unlessshouldShowMacLoginButton
is set to true.See also issue #264
The text was updated successfully, but these errors were encountered: