diff --git a/login.html b/login.html
index 99a35dfdced559682e442ef39388ca61d8091422..6b9938b0a9f8673bd5f0a9b04a74e01784d7be5e 100644
--- a/login.html
+++ b/login.html
@@ -4,6 +4,7 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
 
 {% set announcement = 'test announcement message' %}
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
+{% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %}
 
 {% block login %}
 <div class="container text-center csusb">
@@ -13,6 +14,7 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
       <p>For more information about HPC at CSUSB, 
       visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a>
       </p>
+      <p> {{ csusb_cilogon }}</p>
     </h4>
 {{ super() }}
 </div>