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 ...Machine Key - Lost PasswordMachine Key - Lost Password
Previous
 
Next
New Post
8/17/2006 5:08 PM
 
I recently upgraded from 3.x to the latest version.  I cant login to my site now.  I made sure the machinekey and decryption keys matched but that didnt help.  Is there a way to dump the accounts and start fresh?
 
New Post
8/17/2006 6:12 PM
 
I corrected by copy the salt and password from a new user as sugguested in other form posts. Got in just fine.
 
New Post
8/17/2006 6:25 PM
 

you need direct access to the database to perform the following steps:

  • ensure, that registration is not set to none, if necessary alter portal settings directly in the database to value 2.
  • register as a new member
  • go to aspnet_membership table and copy password and password salt from new user to host.
  • you can now login as host and alter others' accounts

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/18/2006 12:40 AM
 
I've got the same problem - can't login - and that didn't work for. Any other ideas? (I'm pretty desperate at the moment.) I've tried John Mitchell's solution from http://blogs.snapsis.com/CommentView,guid,05e0a045-4944-4f85-aa12-ac9cb774e2fb.aspx but it didn't work either. I'm going from DNN 3.2.2 to DNN 4.3.4.
 
New Post
8/18/2006 3:01 AM
 

OK... Got the b***h solved and can login now...

While nothing else worked at all, the problem was solved by doing this:

  1. Create a new user.
  2. In MS SQL Server find the ApplicationId that the user is in.
  3. Update all affected logins to use the new ApplicationId as in the following SQL script

UPDATE aspnet_Membership
Set ApplicationId='NewUsersApplicationId'
where ApplicationId='OldUsersApplicationIdThatDoesntWork'

UPDATE aspnet_users
Set ApplicationId='NewUsersApplicationId'
where ApplicationId='OldUsersApplicationIdThatDoesntWork'

UPDATE aspnet_Roles
Set ApplicationId='NewUsersApplicationId'
where ApplicationId='OldUsersApplicationIdThatDoesntWork'

I hope that helps some poor soul out... (It cost me way too much time to get that.)

Ah - right - symptoms... You can't login and you get an "Object not set to an instance of a blah blah blah yadda yadda yadda..." error message.

Cheers,

Ryan

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Machine Key - Lost PasswordMachine Key - Lost Password


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