diff --git a/static/directives/header-bar.html b/static/directives/header-bar.html
index 6df3e1fe8..32ee88d23 100644
--- a/static/directives/header-bar.html
+++ b/static/directives/header-bar.html
@@ -38,7 +38,10 @@
{{ user.username }}
-
+
{{ (user.askForPassword ? 1 : 0) + (overPlan ? 1 : 0) }}