I am using ActiveSocial to build a member community. I use the AS verified registration module for some members. For others, I don't want to add them to the Verified Users role for the Community, but I want to allow them to create a DNN user account and to verify their email. So I am using Dynamic Registration for the registration page and the VerificationCodeLink from Dynamic Registration in the email to the new member.
I am having issues because AS uses the Verified Registration with its own Progressive Registration Module. But the AS Login module doesn't seem to work with the Verification link that results from the VerificationCodeLink in the Dynamic Registration email. It puts in their username and verification code. All they need to do is put in their password. But when the DR user accounts do this, the page just reposts without doing the verification.
Is there some sort of work around where I can specify a page where to send those who register with DR so they can use the DNN Login control to Verify their account. I have to use the Site Settings Login page for the AS Login. So if the DR is using that page from the database settings, is there a workaround to send them to another page?
Cliff