You are here

function rpt_user_profile_form_submit in Registration Password Token 7

Submit handler for 'user_profile_form' form.

1 string reference to 'rpt_user_profile_form_submit'
rpt_form_alter in ./rpt.module
Implements hook_form_alter().

File

./rpt.module, line 53

Code

function rpt_user_profile_form_submit(&$form, &$form_state) {
  $form_state['user']->password = $form_state['values']['pass'];
}