Felix91 / flight-reservation-system

2012 Term 1 UBC EECE 419 Pod 6 Project Workspace
2 stars 2 forks source link

Modify Customer profile - Do not update password if password field is left blank #60

Closed Felix91 closed 11 years ago

Felix91 commented 11 years ago

Leaving the password fields blank will result in the password being set to an empty string. Perform a check against empty strings.

Felix91 commented 11 years ago

Customer will not be able to login again after doing this. Elevating to High Priority.

vanjoe commented 11 years ago

ready for validation

Felix91 commented 11 years ago

Verified 311df54ab3bb6ae30dc4eea5913bdaaec4c8998c @joeytall Error message is "Password Error!" for both password mismatch and empty string.