Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...4.5.3 New user registration not working if specific page defined4.5.3 New user registration not working if specific page defined
Previous
 
Next
New Post
6/5/2007 4:47 PM
 

Thanks for the quick update, will try that.

 
New Post
6/7/2007 11:28 AM
 

Hello. Have you had any success with this issue. I am having the same type of issuse in 4.5.3. My token register link properly displays my registration page that is being redirected through my site settings. However, the Register button on my Account Login modules redirects to the registration page but no modules on the page are displayed. Only the skin is displayed. ?????

Please let me know
Thanks
Todd
todd@reachoutside.com

 
New Post
6/7/2007 4:23 PM
 

Please read Shaun Walker's post. His solution works.


 
New Post
6/8/2007 10:22 AM
 

Just a quick update to our spefic issue with the defined registration page not showing properly

Our issue: When clicking on Register Button on Account Login module the defined Registration page shows up with blank modules. Skin appears fine.

Our fix was to the Signin.ascx.vb which resides in Admin\Security folder. This fix to the code is slightly different from Shaun's

here's the fix:
 
1.  Open up Signin.ascx.vb which resides in Admin\Security folder.
2.  In the cmdRegister_Click event handler, replace:
Response.Redirect(NavigateURL(PortalSettings.UserTabId, "returnurl=" & HttpUtility.UrlEncode(HttpContext.Current.Request.QueryString("returnurl"))), True)
 
with the following new line of code:
 
Response.Redirect(NavigateURL(PortalSettings.UserTabId, "", "returnurl=" & HttpUtility.UrlEncode(HttpContext.Current.Request.QueryString("returnurl"))), True)

3.  Save your change and IIS will automatically JIT (just-in-time) compile the page the next time you click on the Register button.

Hope this helps...
Any questions please let me know
Thanks

Todd
todd@reachoutside.com

 
New Post
6/9/2007 12:52 PM
 

I don't know if this is a related issue or not, but we had the same issue with the Register link after upgrading to 4.5.3.  We implemented the User.ascx.vb fix.  All seemed to be fine, except now....

When a new person registers on our site.  The "New User Registration" notification email no longer contains any values for their First Name, Last Name, Unit, Street, City, Region, Country, Postal Code, or Telephone.  However, their Email address is there.  After, checking in the User Accounts section, all of their information is present there.  So we are not sure what to do about this. 

Any ideas?

Thanks.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...4.5.3 New user registration not working if specific page defined4.5.3 New user registration not working if specific page defined


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out