In cas.module, hook_form_alter() is implemented as
function cas_form_alter(&$form, $formid, $form_state)
According to the Drupal API documentation, this should be
function cas_form_alter(&$form, $form_state, $form_id)
Additionally, $form_id and $formid are used inconsistently in that function.

Comments

metzlerd’s picture

Status: Active » Fixed

Fixed in the new 6.x-2 beta, and in head. It was reported and corrected as a separate issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.