while creating new account v r entering password and confirmation password and other related information .
Suppose i forgot th mandatory field first name normally it will throw an error for this and preserves the remaining data in th form except password and confirmation password . My issue is i have to preserve th data on password and confirmation pswd field also.

plz help me to solve this issue

Comments

drumm’s picture

Status: Active » Closed (works as designed)

You can do this in a module using hook_form_alter(). Drupal core will not implement this because it would pass the password around too much.