Remember form content on failed submission for login and registration. For example, if someone tries to login with incorrect credentials, the login form should be reloaded with the attempted email address pre-filled. This should probably be done through a GET parameter, e.g. login/?status=badlogin&email=xxx
Remember form content on failed submission for login and registration. For example, if someone tries to login with incorrect credentials, the login form should be reloaded with the attempted email address pre-filled. This should probably be done through a GET parameter, e.g. login/?status=badlogin&email=xxx