node_assign_owner_action_form() limits username length to 7 characters preventing any users who have username longer than 7 characters from being included.
Perhaps the solution here is to change maxlength to 60 like it is for the db field?

CommentFileSizeAuthor
#5 460594.patch621 byteslambic
#3 node-460594.patch621 byteselliotttf

Comments

Anonymous’s picture

I don't care if I have to hack the core to fix this, what file is this in?

Anonymous’s picture

K, I found it, it's in modules/node/node.module

Thanks :)

elliotttf’s picture

Status: Active » Needs review
StatusFileSize
new621 bytes

Patch attached.

brianV’s picture

Version: 6.11 » 7.x-dev
Status: Needs review » Needs work

This would need to be patched in 7.x, then backported to 6.x.

lambic’s picture

Status: Needs work » Needs review
StatusFileSize
new621 bytes

rerolled for d7

brianV’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me as far as I am concerned. Unless there is an overriding reason this is stuck at 7 characters, I would say it's RTBC.

dries’s picture

Version: 7.x-dev » 6.x-dev
Issue tags: +Needs backport to D6

Looks like a good fix. Committed to CVS HEAD. Changing version to Drupal 6.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Committed to Drupal 6 too, thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Needs backport to D6

Automatically closed -- issue fixed for 2 weeks with no activity.