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 ...CanCan't register new users
Previous
 
Next
New Post
10/4/2007 9:30 AM
 

I have began debugging DNN code to understand reason of error. I have inserted method to send debug message via EMail in file user.ascx.vb.

 For example:

Dim args As UserCreatedEventArgs
            If createStatus = UserCreateStatus.Success Then
                args = New UserCreatedEventArgs(User)
                args.Notify = chkNotify.Checked

            Else       ' registration error
                args = New UserCreatedEventArgs(Nothing)

                '====== Fot test ====== EMail notifycation insert here

                Dim Subject As String = "Debug message"
                Dim Body As String = "createStatus.ToString" + createStatus.ToString + "- user.ascx.vb"
                Mail.SendMail(PortalSettings.Email, "thor@altima.com.ua", "", Subject, Body, "", "text", "", "", "", "")             

                '======================

            End If


  This is a message which came on mail, where createStatus.ToString = UnexpectedError

  What does it  mean (error "UnexpectedError")?

I have created my own module for new user registration. On local computer it works fine, but on Internet site it doesn't work. Records are added only in two tables: aspnet_Users and aspnet_Membership.
Is there problems with access rights to database tables or any other files?

 
New Post
10/4/2007 12:20 PM
 
I come in site as Host, and try add new user, but result the same
 
New Post
10/7/2007 6:53 PM
 

leupold wrote

registration has changed in DNN 4.6 due to the new authentication providers, you need to have a look into the changes of the methods you are using.

Leupold

I find the same issue with one of my customer sites, After 4.6 registeration has disappeard, no matter what I do to the host/host settings/advanced settings,  changing

Security Settings : User registeration does not do anything either.

I dont really follow this, I had not made any changes to the methods and it was a straight upgrade?

Salar

 
New Post
10/7/2007 7:01 PM
 

Salar,

have you verified Dnn Authentication to be installed in Host Settings, and checked DotNetNuke Authentication Settings in Admin :: Authentication?

 


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/7/2007 7:16 PM
 

leupold wrote

Salar,

have you verified Dnn Authentication to be installed in Host Settings, and checked DotNetNuke Authentication Settings in Admin :: Authentication?

 

Yes Sebastian

Very strange. Nothing is unusual with this setup. I dont undrestand. :(

Salar

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...CanCan't register new users


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