i have used Core Data in my App to save data of Users. A single User have "Username","Password","Confirm Password","Mobile Number".
I am able to save Registered users information and also i am able to do validation of username and password and login to the Application . Now i want to change My "Password" if the user entered "Username","Mobile Number" correctly. How can i do this ?