Closed (works as designed)
Project:
Drupal core
Version:
5.6
Component:
user system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2008 at 13:33 UTC
Updated:
4 Dec 2008 at 01:39 UTC
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
Comment #1
drummYou 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.