Excerpt from the assignment given as part of the "server-side programming" module:
If the username and password are not correct, open a window, displaying “The login failed!”. Also display whether username or password is incorrect.
To all non-programmers on my friends list: can you figure out why this would be a bad and wrong thing to do? 8^]
Tags:
From:
no subject
From:
no subject
A system which says one of "username does not exist" or "password incorrect" (as I believe Livejournal will do) is fine, and in fact is what I'll probably actually implement for the assignment.