You are here

function realname_user_edit in Real Name 6

Intercept the user edit page. Modified from user.module. Fix some core bugs.

File

./realname.module, line 245

Code

function realname_user_edit($account, $category = 'account') {
  realname_check_breadcrumbs($account);
  drupal_set_title(check_plain(realname_user_page_title($account)));
  return drupal_get_form('user_profile_form', $account, $category);
}