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 ...Password recoveryPassword recovery
Previous
 
Next
New Post
12/17/2009 3:43 AM
 

hi,

I want to send user id/pass to users mails id. but in dnn password is stored in encrypted form,is any way so i can get original password or i can decrypt the user password

 
New Post
12/17/2009 4:53 AM
 

In Dnn DotNetNuke.Entities.Users.UserController.GetPassword(ref UserInfo, "") is used to get the User password

use the below  code to achieve this

string DonorPassword = string.Empty;
                DotNetNuke.Entities.Users.UserInfo UserData = new DotNetNuke.Entities.Users.UserInfo();
                UserData = DotNetNuke.Entities.Users.UserController.GetUserByName(PortalId, UserName);
                DonorPassword = DotNetNuke.Entities.Users.UserController.GetPassword(ref UserData, "");
                return DonorPassword;

Hope it helps.


Amrish Sharma, MCP
 
New Post
12/18/2009 12:12 AM
 

i am little bit confuse can u please describe it where and how to use this code because i am new baby .

 
New Post
12/18/2009 3:56 AM
 

you cannot decrypt code in database, you either need a custom module with the code above or use a 3rd party module with export features, like PHD BulkUserManager (don't beat me on the name) you may buy at www.snowcovered.com.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/19/2009 1:16 AM
 

hi,

i got error in

 UserData=DotNetNuke.Entities.Users.UserController.GetUserByName(PortalId,UserName);

this line ,

error was=nullrefference.In username i used admin

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Password recoveryPassword recovery


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