From 9a6f3479e41a333dcccf57438257e908b2e96ed0 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Mon, 25 Jan 2010 16:55:53 +0000
Subject: [PATCH] change a hardcoded reference to ucommjuhl to dynamic

---
 plugins/cas_auth/views/default/account/forms/login.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/cas_auth/views/default/account/forms/login.php b/plugins/cas_auth/views/default/account/forms/login.php
index acb4a00a..c2a9206b 100644
--- a/plugins/cas_auth/views/default/account/forms/login.php
+++ b/plugins/cas_auth/views/default/account/forms/login.php
@@ -29,7 +29,7 @@
 			<h2 class="sec_main">Students, Faculty, Staff</h2>
 			
 				<p>If you are a student, faculty or staff member, you already have an account. Use your my.UNL Single Sign-on account to begin.</p>
-				<p style="margin-top: 50px; text-align:center;"><a class="wdn_loginLink" href="http://ucommjuhl.unl.edu/planetred/elgg/?loginwith=UNLlogin"><span>UNL Login</span></a></p>
+				<p style="margin-top: 50px; text-align:center;"><a class="wdn_loginLink" href="<?php echo $vars['url']; ?>?loginwith=UNLlogin"><span>UNL Login</span></a></p>
 				
 				<p style="margin-top: 40px;"><a title="Find your my.UNL password" href="https://login.unl.edu/faq/account-resetpw.shtml">Lost your my.UNL password?</a></p>
 			
-- 
GitLab