diff --git a/AyaNovaQBI/auth.cs b/AyaNovaQBI/auth.cs index e0aa688..fdbd272 100644 --- a/AyaNovaQBI/auth.cs +++ b/AyaNovaQBI/auth.cs @@ -12,6 +12,14 @@ namespace AyaNovaQBI private void auth_Load(object sender, EventArgs e) { + //case 3875 + var version = Environment.OSVersion.Version; + if (version < new Version(10, 0))//anything less than windows 10 + { + System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)3072; + } + + edServerUrl.Text = Properties.Settings.Default.serverurl; #if (DEBUG) edUserName.Text = "Accounting"; diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3208a45..0746a44 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -9,6 +9,9 @@ site_name: AyaNova QBI user manual site_url: 'https://ayanova.com/qbi/docs' site_dir: './release' strict: true +copyright: Copyright © 2022 Ground Zero Tech-Works Inc. +extra: + generator: false # Extensions markdown_extensions: - pymdownx.highlight: