I am using drupal 7. I am working on altering the login form.
The basic code below is not working on the login form
function MYMODULE_form_user_login_form_alter(&$form, &$form_state, $form_id) { print_r($form); }
I have successfully altered the registration form