New Posts New Posts RSS Feed: Change Password
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Change Password

 Post Reply Post Reply
Author
Miszou View Drop Down
Newbie
Newbie
Avatar

Joined: 14-Jun-2007
Location: United States
Posts: 19
Post Options Post Options   Quote Miszou Quote  Post ReplyReply Direct Link To This Post Topic: Change Password
    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!
 
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down