Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a typo in the "setup_access" screen. Ticket [6a70408ccb230a20856117] |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
13920cd0f459c35d2dac68c7ca82d43e |
| User & Date: | drh 2010-12-21 14:13:02.000 |
Context
|
2010-12-21
| ||
| 15:28 | Change the --httptrace option to store both the request and the reply in separate text files. Nothing is sent to stderr any more. check-in: abe892304a user: drh tags: trunk | |
| 14:13 | Fix a typo in the "setup_access" screen. Ticket [6a70408ccb230a20856117] check-in: 13920cd0f4 user: drh tags: trunk | |
| 13:56 | Updates to the download page generator script. check-in: 09fc7be1f0 user: drh tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
794 795 796 797 798 799 800 |
@ reasonable number.</p>
@ <hr />
onoff_attribute("Show javascript button to fill in CAPTCHA",
"auto-captcha", "autocaptcha", 0);
@ <p>When enabled, a button appears on the login screen for user
@ "anonymous" that will automatically fill in the CAPTCHA password.
| | | 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 |
@ reasonable number.</p>
@ <hr />
onoff_attribute("Show javascript button to fill in CAPTCHA",
"auto-captcha", "autocaptcha", 0);
@ <p>When enabled, a button appears on the login screen for user
@ "anonymous" that will automatically fill in the CAPTCHA password.
@ This is less secure than forcing the user to do it manually, but is
@ probably secure enough and it is certainly more convenient for
@ anonymous users.</p>
@ <hr />
@ <p><input type="submit" name="submit" value="Apply Changes" /></p>
@ </div></form>
db_end_transaction(0);
|
| ︙ | ︙ |