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
That's a standard thing to check for when reviewing security on an IT system. They are naughty in my sight, and you can tell them so!