diff --git a/backend/templates/base.html b/backend/templates/base.html
index 649b204e..d4533fde 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -26,7 +26,7 @@
{% if current_diff_url %}
{{ current_diff_url }}
{% else %}
- {% if new_version_available %}
+ {% if new_version_available and not (has_password and not current_user.is_authenticated) %}
{% endif %}
{% endif %}