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

Steven’s picture

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

TDobes’s picture

Thanks for the quick fix. Works fine now.