kyleb13 / MobileAppsGroup1

Our group project for the Android mobile app in TCSS450 class.
2 stars 1 forks source link

Implemented verify password when the user changes their password. #101

Closed sam2b closed 5 years ago

sam2b commented 5 years ago

_Includes updating the SharedPrefs with the new key. _Updated the changepassword.js on the back end. _Added clear() method to the Credentials class to wipe out data when done using it. _Reverted change to ValidateCredential class. _ChangeEmailFragment moved the button up above the keyboard so the user can access it more easily. _Tested well.