Steps to reproduce:

1. Login as admin
2. Enable user pictures under admin/user/settings
3. Logout
4. Register an account

You'll see the Picture upload box on the registration form.

It should only be showing up on the user/#/edit form.

CommentFileSizeAuthor
#3 register.patch519 byteschx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

This also incorrectly shows up on the admin create user form.

webchick’s picture

Version: x.y.z » 5.x-dev
Priority: Normal » Critical

This is still an issue, and probably critical, because the form doesn't actually work.

chx’s picture

Status: Active » Needs review
FileSize
519 bytes

The issue description is wrong -- it's not all user_user fields but just this one field from user_edit_forms lacked register checking.

Maticode’s picture

Hello. I tested this patch and It surely does correct the problem of the Avatar uploading form item showing up when creating a user account. It does not show anymore. I am using Drupal HEAD as of January 6, 2007 and this patch is ready to be commited.

Maticode’s picture

Status: Needs review » Reviewed & tested by the community

RTBC

Steven’s picture

Status: Reviewed & tested by the community » Fixed

Thanks all, committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)