-
-
-
- This setting should generally be the same as Score Visibility to avoid conflicts.
+ Score Visibility is a subset of Account Visibility.
+ This means that if accounts are visible to a user then score visibility will control whether they can see the score of that user.
+ If accounts are not visibile then score visibility has no effect.
diff --git a/CTFd/themes/core/templates/components/navbar.html b/CTFd/themes/core/templates/components/navbar.html
index c2a1f580..1a5f0453 100644
--- a/CTFd/themes/core/templates/components/navbar.html
+++ b/CTFd/themes/core/templates/components/navbar.html
@@ -30,7 +30,7 @@
{% endif %}
{% endif %}
- {% if Configs.score_visibility != 'admins' %}
+ {% if Configs.account_visibility != 'admins' and Configs.score_visibility != 'admins' %}