Skip to content
Snippets Groups Projects
Commit 75db1c63 authored by Tim Steiner's avatar Tim Steiner
Browse files

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
parent c3f3736f
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment