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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...can not login after upgrad to 4.5can not login after upgrad to 4.5
Previous
 
Next
New Post
4/13/2007 5:25 PM
 

Lucky, I'm back

As I told, I was able to create a new user. (short reminder)

  • first you have to access to the database (I was working on a pleks installation and so I could access to the database over this interface)
  • now you have to be sure that you change in the portal setting your UserRegistration to 2 (allow registration of new user)
    sql=update Portals set UserRegistration=2
  • Now you should be able to create a new user (we call this user 'testuser' and use the password 'abcd1234')
  • If you have create the user you need the values from the new created user. you can easy use this querry from Mitchel (http://www.mitchelsellers.com and his blogg)
    SELECT password, passwordsalt
    FROM aspnet_membership am
        INNER JOIN aspnet_users au
            ON (au.userid = am.userid)
        INNER JOIN aspnet_applications aa
            ON (au.applicationId = aa.applicationid)
    WHERE au.username = 'testuser'
        AND aa.applicationname = 'DotNetNuke'
  • As my problem was serious a big problem I need to reset the password for every user and so I update direct all users:
    Update aspnet_membership set
    password='dvuGCH6AkxV2I9CYjUuKXlyhWuvoiwRy+k5wOhq0W45eXIAXwoQQiQ==', PasswordSalt='yCxa79oMXl8Aqpt/7vadIw=='
  • Then I prefer that the users has to reset there password so I update the users table too
    update [Users] set upatePassword=1

This are the steps that I was using and my portal is going back to live.....

 

Thank to all of the community and all of the dotnetnuke team for this great portal.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...can not login after upgrad to 4.5can not login after upgrad to 4.5


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