Closed (works as designed)
Project:
User registration password
Version:
7.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2013 at 07:56 UTC
Updated:
18 Oct 2015 at 17:21 UTC
Jump to comment: Most recent
Comments
Comment #1
rob c commentedHey Tomas,
Do you have any other modules installed, like logintoboggan?
Comment #2
clemens.tolboomI guess we ran into the same issue. Described by the title that is.
Site replies
The 'fix' lies in changing
into
allows the link from the verification mail work instead of failing.
Comment #3
rob c commentedBut 'status' needs to be 0, aka blocked and 'status' => '0', 'access' => '0' is blocked / never activated / used.
There's a test for this on the dev version, and the test is not failing.
Add a dpm($user) or print_r($user) on it to debug, the user needs to be disabled, else the user should not be able to use the link.
Also: try to upgrade to the latest dev (not 1.4-rc1), see if this fixes the problem.
The Test and Dev code .
Comment #4
caschbre commentedI'm running 7.x-1.3 and was having issue with no registration emails being sent to the user. After finally down to disabling modules I identified this module as the culprit.
After uninstalling the module all registration emails were being sent.
Note... I have not tried the fix in #2 or the latest dev release.
Comment #5
clemens.tolboom@Rob C I'm not sure what our site had. But the accounts had 'status' == 1 already by config? or another module. Sorry :/
Comment #5.0
clemens.tolboommore facts about bug
Comment #6
leex commentedI had this issue and the cause was a conflict with logintoboggan module. logintoboggan was setting the status to 1 in the submit handler.
The fix for this module would be to do it's submit handling before logintoboggan, however there could be further complications with that! It seems these modules do not play nicely together.
Comment #7
raushan commentedHi All
I have same problem, please reply anybody if you have solution.
Thank you
Raushan Tiwari
Comment #8
rob c commentedIssue cleanup. Closing up. + We have a more recent issue with a concept patch. See the related issue.