Closed (fixed)
Project:
Drupal core
Version:
6.6
Component:
user.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 14:09 UTC
Updated:
20 Apr 2009 at 09:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
tejuspratap commentedComment #2
adaven commentedI can confirm this bug. It's because the avatar adds its own validation step to $form['#validate'] so the default validator doesn't get called. I'm submitting a patch that fixes this. It's not pretty, it simply adds the default validator to $form['#validate'].
A more permanent solution would be to add user_validate_picture to _user_edit_validate, rather than have it as a separate validator.
Comment #3
gábor hojtsyThis was solved in http://drupal.org/node/358957 (DRUPAL-SA-CORE-2009-001) and released in Drupal 6.9. Thanks for the report.