angiejones / java-programming

Course exercises and answers to independent exercises
103 stars 126 forks source link

Update password to new one #4

Closed diegogcc closed 5 years ago

diegogcc commented 5 years ago

I made a very similar class and it was not updating the password to the new one. I tried to compare it with your solution and couln't find where it was being done.

angiejones commented 5 years ago

It is a Validator - so it doesn't need to update the password. But if yours does, there's no harm. Since this was not required in the exercise within the course, I don't want to update the solution.