1 user_form_test.module user_form_test_current_password_submit($form, &$form_state)

Submit function for the test form for user_validate_current_pass().

File

core/modules/user/tests/user_form_test/user_form_test.module, line 65
Dummy module implementing a form to test user password validation

Code

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