Can not create a new user with i iTweak Login enabled. No error message eighter.

Comments

iva2k’s picture

Status: Active » Postponed (maintainer needs more info)

Need more info:
-Your relevant configuration (list of all enabled modules will be helpful)
-What steps done
-What is expected
-What happens instead

noomz’s picture

Status: Postponed (maintainer needs more info) » Needs work

It's user.module. This happen when user change "Create new account" button on user create page to some text like "Sign up" using iTweak module. Please look at user.admin.inc in function user_admin. http://api.drupal.org/api/function/user_admin/6

bcobin’s picture

I've been getting around this bug in the user module by using http://drupal.org/project/userplus - Userplus will allow you to create multiple users. Yes, it's a workaround, but it's getting me through the night, for now.

iva2k’s picture

Status: Needs work » Postponed (maintainer needs more info)

I was not able to reproduce the problem. By design iTweak_Login uses the value of setting "Create new account" only to relabel the link on the login block (and change tab text on /user/... page). The code pointed at in #2 indeed has "Create new account", but that string comes from completely different form submission. iTweak_Login does not change the form in question, and I created few users using that form with no problem, as well as registering using modified user register page. Since I do not understand what exactly does not work for any of the posters here, I'd appreciate if anyone can post very detailed steps and screenshot of iTweak_Login configuration page in order to reproduce the problem.

iva2k’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I revisited the code, and there are two paths where the form is built, but the form has the same ID. It was a simple fix after all. Thanks for the reports!

Committed to CVS 6.x-1.x-dev. Not sure if it prompts a new release.

00110000’s picture

I would say it would call for a new release. It's a good thing I found this thread, was just about to download/install the module. Renders the module useless for those who do not allow people to register to their site via the registration form, unless one installs another module.