Diff
Not logged in

Differences From:

File src/db.c part of check-in [f41358e7ca] - Ported user() and cgi() sql functions over from cvstrac by btheado on 2009-11-29 03:46:01. [view]

To:

File src/db.c part of check-in [1c2d878d12] - Merge with trunk by btheado on 2009-12-13 01:16:13. [view]

@@ -1469,8 +1469,14 @@
 ** With a value argument it changes the property for the current repository.
 **
 ** The "unset" command clears a property setting.
 **
+**
+**    anon-login-enable-captcha-filler
+**                     If enabled, the Login page will provide a button
+**                     which uses JavaScript to fill out the captcha for
+**                     the user. (Most bots cannot use JavaScript.)
+**
 **    autosync         If enabled, automatically pull prior to
 **                     commit or update and automatically push
 **                     after commit or tag or branch creation.
 **
@@ -1514,8 +1520,9 @@
 **                     and "firefox" on Unix.
 */
 void setting_cmd(void){
   static const char *azName[] = {
+    "anon-login-enable-captcha-filler",
     "autosync",
     "diff-command",
     "dont-push",
     "editor",