From 75db1c63fcda405da995cd7571f54921dbee5e7b Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Thu, 23 Sep 2010 20:16:23 +0000 Subject: [PATCH] Changing the URL to the reset password page when CAS is enabled. git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@186 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/modules/unl/unl_cas.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/all/modules/unl/unl_cas.module b/sites/all/modules/unl/unl_cas.module index a25b9891..4a70d0d8 100644 --- a/sites/all/modules/unl/unl_cas.module +++ b/sites/all/modules/unl/unl_cas.module @@ -124,7 +124,7 @@ function unl_cas_form_alter(&$form, $form_state, $form_id) $form['#validate'] = array(); $form['#submit'] = array(); - drupal_goto('https://login.unl.edu/faq/account-changepw.shtml'); + drupal_goto('https://id.unl.edu/user/userForgotPassword.jsp'); } } -- GitLab