function tokenauth_user_profile_form_submit in Token authentication 5
File
- ./
tokenauth.module, line 221
Code
function tokenauth_user_profile_form_submit($form_id, $form_values) {
return 'user/' . $form_values['uid'] . '/tokenauth/reset';
}
function tokenauth_user_profile_form_submit($form_id, $form_values) {
return 'user/' . $form_values['uid'] . '/tokenauth/reset';
}