I'm trying to create users via:

  1. de/node#overlay=de/admin/people
  2. de/node#overlay=de/admin/people/create

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

hass’s picture

Same in latest Firefox.

How should I create my users on a closed user site where only Admins are able to create accounts? :-(

filijonka’s picture

Category: bug » support
Priority: Critical » Normal

sounds to me that you need to clear cache etc on your site.

hass’s picture

Category: support » bug
Priority: Normal » Critical

No, this does not help. Admin pages are never cached.

hass’s picture

Also disabled JS and CSS compression, cleared again twice. No change.

hass’s picture

I'm user 1.

hass’s picture

And same issue without overlay.

marcingy’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Please provide steps to recreate on a clean install of drupal.

hass’s picture

Priority: Normal » Critical

This 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.

hass’s picture

visibility: hidden;

<div class="form-item form-type-password form-item-pass-pass2 password-confirm confirm-parent" style="visibility: hidden; "><div class="password-confirm" style="visibility: hidden; ">Passwörter stimmen überein: <span></span></div>
  <label class="password-confirm" for="edit-pass-pass2">Passwort bestätigen </label>
 <input class="password-confirm form-text" type="password" id="edit-pass-pass2" name="pass[pass2]" size="25" maxlength="128">
</div>
hass’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)
hass’s picture

Issue summary: View changes

a