function user_form_test_current_password_submit

Submit function for the test form for user_validate_current_pass().

File

modules/user/tests/user_form_test.module, line 62

Code

function user_form_test_current_password_submit($form, &$form_state) {
    drupal_set_message(t('The password has been validated and the form submitted successfully.'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.