Products

Solutions

Resources

Partners

Community

About

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 ...Register Link not working when private registration is specifiedRegister Link not working when private registration is specified
Previous
 
Next
New Post
7/16/2009 6:16 PM
 

I may have a solution but I don't know if it will have any other side effects, it appears to work.    In the login.ascx.vb in desktopmodules\admin\authentication  I modifed the following code, I added  this to the if statement.  complete Modified code is below.

               ElseIf PortalSettings.UserRegistration = PortalRegistrationType.PrivateRegistration Then
                    'Pass return url to register as original url  and return to this control to login after regsitration
                    Response.Redirect(RegisterURL(ReturnUrl, Null.NullString), True)
  

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

        Private Sub cmdRegister_Click(ByVal sender As Object, ByVal e As EventArgs) Handles cmdRegister.Click
            If PortalSettings.UserRegistration <> PortalRegistrationType.NoRegistration Then
                Dim ReturnUrl As String = NavigateURL()
                If Not String.IsNullOrEmpty(Request.QueryString("returnurl")) Then
                    ReturnUrl = Request.QueryString("returnurl")
                End If
                ReturnUrl = HttpUtility.UrlEncode(ReturnUrl)

                If PortalSettings.UserRegistration = PortalRegistrationType.PublicRegistration Then
                    'Pass return url to register
                    Response.Redirect(RegisterURL(ReturnUrl, Null.NullString), True)
                ElseIf PortalSettings.UserRegistration = PortalRegistrationType.VerifiedRegistration Then
                    'Pass return url to register as original url  and return to this control to login after regsitration
                    Response.Redirect(RegisterURL(ReturnUrl, Null.NullString), True)
                ElseIf PortalSettings.UserRegistration = PortalRegistrationType.PrivateRegistration Then
                    'Pass return url to register as original url  and return to this control to login after regsitration
                    Response.Redirect(RegisterURL(ReturnUrl, Null.NullString), True)
                End If

            End If
        End Sub

 
New Post
7/17/2009 3:37 AM
 

Paul,

please post your issue description and your solution into the public tracker (2nd from top) at support.dotnetnuke.com. It will be validated by the QA team and checked by the developers.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/4/2010 1:33 PM
 
Hi!
I'm facing the same issue in a DNN 05.01.01. When I use a public registration the module works. But if I turn it to be private, the register link just refresh the page.
Do you know if this was fixed in newer versions of DNN? 

Thanks,

Janise Piombo
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Register Link not working when private registration is specifiedRegister Link not working when private registration is specified


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