diff --git a/webroot/panel/account.php b/webroot/panel/account.php index 7de8a29c..7167a122 100644 --- a/webroot/panel/account.php +++ b/webroot/panel/account.php @@ -126,15 +126,26 @@ } elseif ($USER->isQualified()) { echo "
You are curently a qualified user on the Unity Cluster
"; } else { + $tos_url = CONFIG["site"]["terms_of_service_url"]; + $sitePrefix = CONFIG["site"]["prefix"]; echo "You are currently an unqualified user, and will be unable to use the cluster. - To become qualified, go to the - My PIs - page to join a PI, or click on the button below if you are a PI. - Do not click the button below if you are a student. + To become qualified, request to join a PI group, or if you are a PI, request a PI group. + Do not request a PI group if you are a student.
+