diff --git a/lms/templates/login.html b/lms/templates/login.html
index ed666adf51..3280ca7696 100644
--- a/lms/templates/login.html
+++ b/lms/templates/login.html
@@ -130,6 +130,8 @@ from microsite_configuration import microsite
%block>
+<%include file="forgot_password_modal.html" />
+
@@ -239,4 +241,3 @@ from microsite_configuration import microsite
-
diff --git a/lms/templates/navigation-edx.html b/lms/templates/navigation-edx.html
index e99a40d531..d678e36055 100644
--- a/lms/templates/navigation-edx.html
+++ b/lms/templates/navigation-edx.html
@@ -150,8 +150,4 @@ site_status_msg = get_site_status_msg(course_id)
% endif
-%if not user.is_authenticated():
- <%include file="forgot_password_modal.html" />
-%endif
-
<%include file="help_modal.html"/>
diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html
index f925bfee85..2ce84db750 100644
--- a/lms/templates/navigation.html
+++ b/lms/templates/navigation.html
@@ -156,8 +156,4 @@ site_status_msg = get_site_status_msg(course_id)
% endif
-%if not user.is_authenticated():
- <%include file="forgot_password_modal.html" />
-%endif
-
<%include file="help_modal.html"/>