I’m just curious if someone actually make it with Javascript only.
I mean, it looks like there is actually a server-side verification of the password, even if the IDs are given away in source code.
If I remove the event handler on the submit button with jquery, there is still a POST request to the server, and then the page is reloaded with this nice notice :
“Invalid details ”
And I see no way how I could avoid that without the good IDs input.
Any ideas ?