I think there appears to be some problem....
OK, what I am trying to achieve is that when a user registers, they have to first validate their email address, and then they are put into a moderation group, and they cannot post until they have validated their email address.
However, what happens now, is that when users register an email is sent out to their email address to validate, but when they click on it, it tells them that their account is already validated. I guess the reason why this is happening is because as soon as they finish registering, they are put into this new moderation group, which doesn't need email validation (which is why they are getting that 'You account is already validated' message).
So is there any way for the plugin to put users into this new moderation group AFTER they have validated their email addresses?
|