Closed (fixed)
Project:
Simplenews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2010 at 20:52 UTC
Updated:
7 Jan 2011 at 14:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
miro_dietikerIn current implementation you first need to login to make the subscription complete.
This is to prevent using the registration to subscribe anyone (without completing the registrytion by e.g. mail confirmation)
In latest dev i've added a change in this process.
Subscription happens now on registration - but inactive. As soon as a user does his first successful login the subscription gets activated.
Thus admins will better understand the state of subscription. Also serialized data complexity is no more here.
If you're not yet happy with this solution, we need to find and integrate a third party module that knows more about authentication/verification state of a user.
Currently the core lacks of this information and e.g. if an admin edits a unverified (but unblocked) user and hits save, the subscription activates.
Pity this is still present in D7 as it seems.
Attached patch shows you what's committed to 6.x-2.x now. This needs port to D7.
Comment #2
miro_dietikerD7 port submitted by DrupOn. Fixed.
Comment #3
DrupOn commentedIt works ...