mirror of https://github.com/BOINC/boinc.git
Merge pull request #4144 from brevilo/drupal-fix-form-save-ignore
Drupal: ignore temporary field
This commit is contained in:
commit
91b250421f
|
@ -557,6 +557,7 @@ function boincuser_user($op, &$edit, &$account, $category = NULL) {
|
|||
// remove them before continuing to core Drupal routines
|
||||
$edit['update_source'] = null;
|
||||
$edit['boincuser_name'] = null;
|
||||
$edit['current_pass'] = null;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue