You are here

function rpt_form_user_form_alter in Registration Password Token 8

Implements hook_form_FORM_ID_alter().

File

./rpt.module, line 68
Registration Password Token module.

Code

function rpt_form_user_form_alter(&$form, FormStateInterface $form_state) {
  array_unshift($form['#submit'], 'rpt_user_form_submit');
}