As the title says, the username field doesn't hide when using this module together with Content Profile (using 6.x-1.0-beta4). It seems to be an easy fix, I've made a patch for it but of course it needs review. :) Thanks for a really nice and simple-to-use module!

CommentFileSizeAuthor
#1 email_registration.module.patch966 bytesciscoheat

Comments

ciscoheat’s picture

StatusFileSize
new966 bytes
YK85’s picture

+1 subscribing

Christopher Herberte’s picture

Status: Active » Postponed (maintainer needs more info)

I just test with dev and works fine, added fields to registration too.
1. try dev.
2. More info?
Thanks.

ciscoheat’s picture

In case you need anything from me:

1. How to try dev?
2. What information do you need?

Christopher Herberte’s picture

ciscoheat, you can download dev 6.x-1.x-dev from the module's project page.
Information on the process to replicate the bug is needed and config options for content profile.
Thank-you.

YK85’s picture

the username field is showing on the user edit page
i'm using the latest dev of Email Registration and Content Profile

Christopher Herberte’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Active

Ahh, that is has has been the case always. Content profile or not. Disable user's permission for "Edit own user name".

Super user (1) will always see the name edit field.

Does this sound right.

YK85’s picture

ah yes, i confirmed it is only the case for the uid:1

this made it difficult for theming so i may look into making uid:1 username 'superadmin' and uid:2 username 'admin' for testing of theming progress

thanks!

Christopher Herberte’s picture

Status: Active » Closed (fixed)
tfo’s picture

It's actually a little unclear to me why this was closed as fixed. We've had to apply the patch to get the desired behavior when using Content Profile.