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!