Hi, all-
Does anyone know if there is a way to change "use windows authentication" from defaulting to being checked on the log in screen?
Thanks!
Like on the security tool? Yeah, there isn't, as you have to choose for each account whether it will use Windows Auth or not. They can't use both.
Hi, Gawain-
Thanks for your response. Yes, we are not using windows authentication at all, but it keeps defaulting to being checked for our users. I was hoping there was a way to change this so it defaults to being unselected.
I might be wrong, but I think if you remove integratedSecurity=True from the master.ini file it won't come up. Without that line it should just give you the log in screen with user name and password and no check box.
Thank you, Melissa! I will have to look into this. Appreciate your suggestion.
This is correct, but it also doesn't have to be your master INI file -- it can be the local as well. For example, on a local windows system I have shortcuts on my desktop for the Client and the Security app that point to separate ini files, so that I can have this checkbox defaulted to checked only for Tessitura Security.
Thank you, Nick!