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...Upgrading DNN P...Upgrading DNN P...DNN 6 upgrade - canDNN 6 upgrade - can't login - tried password reset
Previous
 
Next
New Post
8/1/2011 6:34 AM
 
After upgrading from 5.6.3 to 6.0.0 - no errors.  I was able to login using my admin login.  Then I rebooted to start everything fresh, and now it will not accept my login (or any valid user/pass combo).  I tried using the aspnet_Membership_ResetPassword script (entire script below) - no help.

My original (4.9.3) website, was set to use local authentication only.  So my upgrade to 6.0.0 really starts there, but I used the suggested path (4.9.3 -> 4.9.5 -> 5.4.4 -> 5.6.3 -> 6.0.0)

And of course my SMTP setting aren't working so no help there. 

What can I do/check?

Thanks, Cliff


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

Declare @UserName NVarChar(255)
Declare @NewPassword NVarChar(255)
Declare @PasswordSalt NVarChar(128)
Declare @Application NVarChar(255)
-- Enter the user name and new password between ''
-- do not leave any spaces unless intended to do so.
-- Edit only between single quote characters
Set @UserName = 'MetronsNuke' -- This default DNN host user
Set @NewPassword = 'nuke@metron' --New password
-- Do not modify any code below this line
Set @Application = (SELECT [ApplicationID] FROM aspnet_Users WHERE UserName=@UserName)
Set @PasswordSalt = (SELECT PasswordSalt FROM aspnet_Membership WHERE UserID IN (SELECT UserID FROM aspnet_Users WHERE UserName=@UserName))

Exec dbo.aspnet_Membership_ResetPassword @Application, @UserName, @NewPassword, 10, 10, @PasswordSalt, -5

 
New Post
8/1/2011 1:29 PM
 
Can you verify your machine key validation and decryption keys match what they were before the upgrade from your backed up web.config?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...DNN 6 upgrade - canDNN 6 upgrade - can't login - tried password reset


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