Print Page | Close Window

Change Password

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=397
Printed Date: 11-Jun-2026 at 10:48pm


Topic: Change Password
Posted By: Miszou
Subject: Change Password
Date Posted: 29-Aug-2007 at 9:51am
I have successfully implemented the login capability (from Instructional Unit #306) in my application. I would now like to add a feature to my application to allow the user to change their password.
 
What is the best way to accomplish this? Should I add a "ChangePassword" method to LoginClientCore and the Server? And if so, how do I go about calling this method on the Server? I cannot add the Server as a reference in the Model, as this causes a circular dependency...
 
Thanks!
 



Replies:
Posted By: davidklitzke
Date Posted: 29-Aug-2007 at 1:12pm
I would add this as a separate function or utility that can be run outside of your application.  I would allow two kinds of users of this utility: normal users who can change their own passwords and admins who can modify passwords of other users.



Print Page | Close Window