Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
user system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2012 at 20:31 UTC
Updated:
9 Apr 2012 at 23:14 UTC
I'm trying to create users via:
I'm using Seven theme as overlay theme. The user cannot created as Drupal complains I need to enter the password twice. The password confirmation field is completely missing on the page and is also not shown after I entered a password in the first field.
Browser: Google Chrome 17.0.963.83 m
Comments
Comment #1
hass commentedSame in latest Firefox.
How should I create my users on a closed user site where only Admins are able to create accounts? :-(
Comment #2
filijonka commentedsounds to me that you need to clear cache etc on your site.
Comment #3
hass commentedNo, this does not help. Admin pages are never cached.
Comment #4
hass commentedAlso disabled JS and CSS compression, cleared again twice. No change.
Comment #5
hass commentedI'm user 1.
Comment #6
hass commentedAnd same issue without overlay.
Comment #7
marcingy commentedPlease provide steps to recreate on a clean install of drupal.
Comment #8
hass commentedThis is critical. I currently have no clue.
Maybe it has something to do with the user fields I created. I see the field in the user content, but it's set to visibility:hidden. On my DEV box the first password input its normally aligned to the left and the second to the right (!?). If I click into the input box of the first password field the password strength is shown and the second disappears.
The fields I have are addressfield, link and some text fields.
Comment #9
hass commentedvisibility: hidden;
Comment #10
hass commentedSide effect of required hotfix #1114398: Form element & Form element label theming is broken
Comment #10.0
hass commenteda