diff --git a/sites/all/modules/unl/unl_cas.module b/sites/all/modules/unl/unl_cas.module index a25b98916e76b8abf99d54faabae1f5a707d819e..4a70d0d874371d40bcc7a956ec01e756a0862126 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'); } }