Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

User Verification Broken in DNN 6.2
Last Post 08-06-2013 01:20 PM by Candace. 14 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages Not Resolved
AdamUser is Offline
river guide
river guide
Posts:116
Avatar

--
08-29-2012 10:16 PM

    have my web sites set to 'User Registration = Verified' which has been working well with Dynamic Registration and Dynamic Login until the upgrade to DNN 6.2. I assume DNN have changed something with regards verified registration as there is now another role called 'Unverified Users' which seems to be used instead of 'Registered Users' before a user is verified.

    So the Dynamic Login would now need to do the updates of roles I guess, it is also failing to Authorize users when the verification link or code is entered on login. The users are able to login in the site but have messages everywhere telling them they need to be verified.
    Any ideas?

    thanks
    Adam

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    08-30-2012 11:08 AM
    Hi Adam,

    Yes... We have recently become aware of this and are working on a special build for both of these modules to support verified registration against the new 6.2 verification process. We hope to have a patch out by the end of next week.

    Oh...and thanks for the heads up on twitter yesterday regarding our site you knew of the problem before we did!

    Thanks,

    Chad
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    08-30-2012 09:58 PM
    Hi Chad,

    Thanks for the quick reply, its so reasuring knowing you guys are already on the case, I'll look forward to the fix. If you need a test subject I would be able to load the patch to our test system, if that would be any help.

    Glad to be of help.

    Cheers
    Adam
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-11-2012 02:25 PM
    Hi Adam,

    We posted Dynamic Registration 4.2.20 with a fix for this. Please log into your DNN Store account and access it from Patches (or if you have the Collection 5.0, please go to MyDownloads).

    Thanks!
    Candace
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-12-2012 03:23 AM
    Hi Candace,
    Thanks for the update, I've downloaded and installed version 4.2.2 on our test system but I still have the problem.

    1)A user registers
    2)user uses login name and password to login, the login module doesn't ask for the verification code and allows the user to login as unverified and thus user gets messages every where about being unverified.
    3)User doesn't have the option to enter a verification code anywhere.

    When looking at the user in DNN it has been assigned a role 'Unverified User' and has the 'Authorized' flag un-checked.

    I think this is a bigger problem, as the login module needs to prompt for the verification code and once verified the user roles need to be altered, e.g. remove the 'Unverified' Role and add the 'Registered User' Role.

    Any ideas?

    Adam

    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-12-2012 03:46 AM
    Hi again,

    I've just tried to make a work around by add events to the registration module, 1 to remove the 'Unverified' role and 1 to add the 'Registered Users' role.

    This made the the verification code box display on the login module, but even when the creditals and verification code are entered the login just refreshes and doesn't log the user in, it seems to not like the verification code??

    help!
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-12-2012 05:45 AM
    Another update on this issue and after few hours of experimenting.

    It seems that the DNN verification code is now sent out correctly by the Dynamic Registration module (4.2.2) as per the new spec (DNN 6.2) but the dynamic login module doesn't accept the new verification code. However, if I use the datasprings verification link (AutoApprove, token) then the user is authorized correctly but the user roles are not updated, e.g. replace the 'Unverified' role with the 'Registered User' role so the user still has problems once logged in with 'unverified' messages every where and no access.

    So in summary we need an update to dynamic Login, I think. :o(

    I've built a work around by using the following, but it's not great.

    Use Dynamic registration module events to;
    1) remove 'Unverified' role on user registration
    2) add 'Registered User' role on user registration
    3) use the datasprings 'AutoApprove' link and send to user for verification.

    Thanks
    Adam
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-12-2012 10:35 AM
    Hi Adam - Thanks for your update... Yes, we are working on a patch for Dynamic Login now and hope to have it ready by the end of next week. The verification code is now setup correctly within Dynamic Registration and you should be able to use the standard DNN login module to authorize the user correctly.

    Here is what I would suggest you do:

    1. Setup Dynamic Registration to send out the registration hyperlink and point it to a page that has the standard DotNetNuke login module on it. I believe the new core login module requires you to pass the verification code along the querystring anyway because I don't think it prompts you anymore for that code.

    2. You can still use Dynamic Login module for your login, just not for that verification hyperlink. Once the user is authorized and the core login module finished the authorization process the user should then be able to sign in ok with Dynamic Login.

    Let me know if this works as a work around for now.

    Thanks!

    -Chad
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-13-2012 01:29 AM
    Hi Chad,
    Thanks for the feedback and solution, that should work okay as a work around although my user flow would be a bit disrupted.

    Would you be able to upload the latest source for Dynamic Reg?

    Many thanks
    Adam
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-13-2012 04:07 AM
    Chad,

    Another consideration might be the password reset option. It seems the Dynamic Login doesn't provide this option, is this right?

    How can we resend the user verification code using Dynamic Login? I used to do this by building the verification link using portal ID and User ID, but this has changed now.

    Thanks again.
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-13-2012 09:22 AM
    Hi Adam - Well, Dynamic Login does provide a password reminder and that can include the Verification Code but the verification code has changed starting in 6.2. So the fixes we put in place for Dynamic Registration would also need to be put in place for Dynamic Login. Basically the verification code is still PortalID - UserID, the difference is that DotNetNuke is now encoding these with some special/specific encoding and decoding function calls. So, we will add this same fixes into Dynamic Login shortly but for now I do know that we have some clients using Dynamic Registration with the work around I mentioned above so that the "Verification Link" actually points to a page with the standard DotNetNuke Login module on it.

    Thanks,

    Chad
    joseUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    10-23-2012 09:07 AM
    Hello

    I can not see this version 4.2.2 you refer here in dnn store patches

    I have purchased 4.1 in 21 December 2011.

    Should I see it?

    Best

    Jose


    Allan EUser is Offline
    wading in the water
    wading in the water
    Posts:19
    Avatar

    --
    01-03-2013 12:35 PM
    I updated to DynReg 4.2.2 but I still have problems with using the verification code.

    Should I upgrade DynLogin as well? I currently use 4.10.9 and do not see any upgrades in the Dotnetnuke Store.

    This is a critical issue for me. I just found out about the problem, which explains the 50%-75% drop in new forum posts the last couple of months from 200 new posts per day to 50-70.

    Please help.
    Allan EUser is Offline
    wading in the water
    wading in the water
    Posts:19
    Avatar

    --
    07-26-2013 03:29 AM
    Candace, did you ever release this to customers with Collection 5.0 as you wrote earlier in this forum thread? I never got rid of this problem and ended up changing the registration type to "public".

    I would like to change it back to verified, but the only version that is available to me in DNN Store is "23128_22926_DataSprings_DynamicLogin_04.10.30_DNN50Plus_StandardEdition.zip"

    Please respond.

    Thanks.
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    08-06-2013 01:20 PM
    Hi Allan,

    Sorry, I was on vacation when this came through.

    Yes, we have resolved the verification code issue on both Dynamic Login 4.1.62 which was posted after the Collection 6.0 was released. I would recommend you upgrade to the Collection 6.0 so you can access all the updated modules, not just Dynamic Login. You should be eligible for a 50% upgrade discount if you order using the same DNN Store account and the same license option.

    Thanks!
    Candace
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
     
     
       
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi