diff --git a/templates/login.html b/templates/login.html
index 0fbf3c2c883c9ad8d171f459d16680797450f2de..b2c2b68dc04aa8b6eb244b323da1c3e54bffb64a 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -33,7 +33,7 @@
 </li>
 {%- endmacro -%}
 
-{%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", True) %}
+{%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", False) %}
 {%- set login_text = "Regular sign in" -%}
 {%- else %}
 {%- set login_text = "Sign in" -%}
@@ -69,7 +69,7 @@
               {{login_text}}
               </a>
             </div>
-            {%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", True) %}
+            {%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", False) %}
             <div class="d-flex justify-content-center align-items-center pt-2">
               <a id="btn-login-workshop" class="btn btn-primary shadow btn-lg p-4" role="button">
                 <!-- <img src='{{static_url("images/pages/login/User.svg", include_version=False) }}'/> -->