Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Clarify guidance for the "nobody" user. Ticket [21e39ebe66a21b7a8]. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
59a482023ebf6c93a7d0335046d12bd5 |
| User & Date: | drh 2015-01-26 21:11:45.797 |
Context
|
2015-01-26
| ||
| 21:59 | A couple fixes to the 'eagle' skin. check-in: a08d175634 user: mistachkin tags: trunk | |
| 21:11 | Clarify guidance for the "nobody" user. Ticket [21e39ebe66a21b7a8]. check-in: 59a482023e user: drh tags: trunk | |
| 18:34 | Make sure the PLINK.BASEID column exists when opening the repository database. check-in: b00e9ac8bb user: drh tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
811 812 813 814 815 816 817 | @ <h2>Special Logins</h2> @ @ <ul> @ <li><p> @ No login is required for user <span class="usertype">nobody</span>. The @ capabilities of the <span class="usertype">nobody</span> user are @ inherited by all users, regardless of whether or not they are logged in. | | < < < < | 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 | @ <h2>Special Logins</h2> @ @ <ul> @ <li><p> @ No login is required for user <span class="usertype">nobody</span>. The @ capabilities of the <span class="usertype">nobody</span> user are @ inherited by all users, regardless of whether or not they are logged in. @ To disable universal access to the repository, make sure that the @ <span class="usertype">nobody</span> user has no capabilities @ enabled. The password for <span class="usertype">nobody</span> is ignored. @ </p></li> @ @ <li><p> @ Login is required for user <span class="usertype">anonymous</span> but the @ password is displayed on the login screen beside the password entry box @ so anybody who can read should be able to login as anonymous. @ On the other hand, spiders and web-crawlers will typically not |
| ︙ | ︙ |