Login / Signup - A quick UX exploration
Working on the login - signup workflow I’m try to reduce as much as possible the steps in the process in favour of a better UX. For example I always hate to submit email / password and being notified that the combination was wrong, maybe when i just misspelled the email. Second is important to allow the user to move easily between login to signup.

first check if the email is a valid email string, if not contextually alert the user:

if the email entered is a valid email, check if it’s already registered in in the system if not contextually notify the user, with a quick link to register it (signup-up).

In the case the email is found on the system, show the user avatar inline so he knows with which identity is loggin in, and contextually show a remember me check box (otherwise in the other cases useless and therefore not needed to have it displayed.)

