Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

ExactTarget - What's Your Score
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Biz Modules provides professional business modules and solutions for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

Portal Webhosting - Hosting For Developers
Red-Gate Software
MaximumASP
SourceGear - Tools for Developers
.: CounterSoft :.
telerik
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Extend It! ( Pr...  Changing passwords programatically
Previous Previous
 
Next Next
New Post 9/25/2007 12:28 PM
User is offline smsox
1 posts
10th Ranked


Changing passwords programatically 

New to DNN. Trying to find a way to set a new password programatically. We have a service that will take password changes in AD and replicate them down to other applications. I am trying to extend this to DNN. From what I can tell, I will need to know the current password in order to set a new one. However, I cannot seem to find a function that will return to me the current password so that I can pass that along with the new password into the ChangePassword function. Any help would be greatly appreciated!!!

 
New Post 9/25/2007 12:58 PM
User is offline Michael Washington
2524 posts
ADefWebserver.com
5th Ranked










Re: Changing passwords programatically 
UserInfo SilverlightUser = new UserInfo();
SilverlightUser = UserController.GetUser(_PortalID, _UserID, false);
_Password = UserController.GetPassword(ref SilverlightUser, "").ToString();
see:
IWebXAMLAuthendication.vb / IWebXAMLAuthendication.cs
from
http://dnnsilverlight.adefwebserver.com/Samples/SilverlightXAML/tabid/56/Default.aspx


Michael Washington
* ADefWebserver.com
* DNN Module Developer's Guide
* IWEB - DNN Web Services
* Silverlight and DotNetNuke
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Extend It! ( Pr...  Changing passwords programatically
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Aricie
Aricie is one of the French pioneers and experts in DotNetNuke technology.
www.aricie.com
AFUEGO!
Looking for Free DNN Hosting?
www.AFUEGO.com
Code 5 Systems, LLC.
The DNN Missing Link: A Form Module. Form Master 1.6 is an intuitive Form Creation Module at a great price. Quality Custom Module development, and DNN consulting services.
www.code5systems.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP