Merge pull request #4144 from brevilo/drupal-fix-form-save-ignore

Drupal: ignore temporary field
This commit is contained in:
tristanolive 2021-01-28 17:47:08 -05:00 committed by GitHub
commit 91b250421f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;