Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
user.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2004 at 05:15 UTC
Updated:
9 Feb 2004 at 07:20 UTC
Using the latest user.module in CVS (1.299), I am unable to register any new users. Clicking the "Create new account" button simply returns me to the identical user/register page with no error whatsoever. I narrowed down the problem to the changes in version 1.296 (registration still works in 1.295). I appears this has something to do with the lines removed... could someone more familiar with user.module look at this, please?
Comments
Comment #1
Steven commentedThe problem was indeed in the 1.295 patch, due to the $success variable never being set to 'true' anymore. Fixed in CVS, thanks for your excellent bug report.
Comment #2
TDobes commentedThanks for the quick fix. Works fine now.