I’m trying to wrap my head around the ASP.NET Core Configuration system. If I understand the default configuration correctly, non-prefixed environment variables will override appsettings.json entries. For example, if I have an appSettings.json file like this { "SmtpServer": "myserver.example.com" } and some other, completely unrelated application running on the same server happens to (globally) set […]
Toggling to default theme/colors for demo purposes [closed]
I greatly prefer to use a high contrast theme on my desktop. Black background, yellow background, etc. When I need to share my screen, particular to show a UI component, I would like to be able to demo what most users will see. Is there a quick way (script + shortcut) to toggle to a […]
What should the default 2FA method be for a user opening an account?
Our application (investment solution) asks users to set up a 2FA method after setting their password during onboarding. We offer multiple methods of 2FA; memorable questions, text message security, authenticator app (Google Authenticator, Authy, etc.) and our own mobile app. Our average demographic is investment professionals over 40. I’ve been trying to find out what […]