Search found 2 matches
- Mon Sep 29, 2008 10:45 am
- Forum: Help: General
- Topic: [SOLVED] Error: Passwords do not match, please retype.
- Replies: 29
- Views: 84828
PATCH: This corrects the behavior
Since Firefox's autocomplete mechanism fires after the window.onload, you cannot do value='' in the JS, instead you should do a setAttribute. Here is a patch that applies the correction. diff -u cacti-0.8.7b/host.php cacti-patched/host.php --- cacti-0.8.7b/host.php 2008-02-11 19:57:48.000000000 -050...
- Mon Sep 29, 2008 10:11 am
- Forum: Help: General
- Topic: THE CAPTCHA FOR REGISTERING IS INSANE!!!
- Replies: 4
- Views: 1157
THE CAPTCHA FOR REGISTERING IS INSANE!!!
http://forums.cacti.net/profile.php?mode=confirm&id=94113986a770178074212a17cf167f81 This is the captcha I was shown. Pretty obvious huh? Well no, because it is case freaking sensitive. After having to clear my cookies 3 times to try to register 15 or so times, I did some reverse engineering. I...