edw1nzhao / cs2340_group16

CS2340 Group 16 Crowd-Sourced Water Reporting App
2 stars 1 forks source link

Change Toast Message in LoginActivity #43

Closed tomonarifeehan closed 7 years ago

tomonarifeehan commented 7 years ago

Change Toast Message for incorrect password in LoginActivity to always be "Incorrect Password." when user clicks "Login" and the password is wrong. Change Toast Message for incorrect email in LoginActivity to always be "Incorrect Email." when user clicks "Login" and the email is wrong. Change Toast Message for blank password/email to "Required." This is because all registration functionality should be in RegistrationActivity.

Make Toast Message for RegistrationActivity that gives messages like: "Password must be between 6 and 23 characters." for password or "Incorrect format." for email.