Closed (fixed)
Project:
iTweak Login
Version:
6.x-1.10
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2009 at 10:38 UTC
Updated:
21 Jun 2010 at 20:30 UTC
Can not create a new user with i iTweak Login enabled. No error message eighter.
Comments
Comment #1
iva2k commentedNeed more info:
-Your relevant configuration (list of all enabled modules will be helpful)
-What steps done
-What is expected
-What happens instead
Comment #2
noomz commentedIt'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
Comment #3
bcobin commentedI'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.
Comment #4
iva2k commentedI 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.
Comment #5
iva2k commentedI 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.
Comment #6
00110000 commentedI 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.