Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the "Notes" to the right of the user setup screen. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3eac8bc0f925c190168b1509cbecd56a |
User & Date: | drh 2008-11-22 17:09:53.000 |
Context
2008-11-22
| ||
18:16 | Use colored bullets to indicate the privileges of "nobody", "anonymous", and "developer" on the user edit page. ... (check-in: 77bdac3b user: drh tags: trunk) | |
17:09 | Update the "Notes" to the right of the user setup screen. ... (check-in: 3eac8bc0 user: drh tags: trunk) | |
15:40 | Update the version of SQLite used internally to 3.6.6.1. ... (check-in: dec2c22d user: drh tags: trunk) | |
Changes
Changes to src/setup.c.
︙ | ︙ | |||
133 134 135 136 137 138 139 | } @ </table></td></tr></table> @ <td valign="top"> @ <b>Notes:</b> @ <ol> @ <li><p>The permission flags are as follows:</p> @ <table> | > | > | > | > | > | > | > > | > | > | > | > | > | > | > | > | > | > | > | > > | > | | > > > > | > > > > > > > > > > > | 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | } @ </table></td></tr></table> @ <td valign="top"> @ <b>Notes:</b> @ <ol> @ <li><p>The permission flags are as follows:</p> @ <table> @ <tr><td valign="top"><b>a</b></td> @ <td><i>Admin:</i> Create and delete users</td></tr> @ <tr><td valign="top"><b>c</b></td> @ <td><i>Append-Tkt:</i> Append to tickets</td></tr> @ <tr><td valign="top"><b>d</b></td> @ <td><i>Delete:</i> Delete wiki and tickets</td></tr> @ <tr><td valign="top"><b>e</b></td> @ <td><i>Email:</i> View sensitive data such as EMail addresses</td></tr> @ <tr><td valign="top"><b>f</b></td> @ <td><i>New-Wiki:</i> Create new wiki pages</td></tr> @ <tr><td valign="top"><b>g</b></td> @ <td><i>Clone:</i> Clone the repository</td></tr> @ <tr><td valign="top"><b>h</b></td> @ <td><i>Hyperlinks:</i> Show hyperlinks to detailed @ repository history</td></tr> @ <tr><td valign="top"><b>i</b></td> @ <td><i>Check-In:</i> Commit new versions in the repository</td></tr> @ <tr><td valign="top"><b>j</b></td> @ <td><i>Read-Wiki:</i> View wiki pages</td></tr> @ <tr><td valign="top"><b>k</b></td> @ <td><i>Write-Wiki:</i> Edit wiki pages</td></tr> @ <tr><td valign="top"><b>m</b></td> @ <td><i>Append-Wiki:</i> Append to wiki pages</td></tr> @ <tr><td valign="top"><b>n</b></td> @ <td><i>New-Tkt:</i> Create new tickets</td></tr> @ <tr><td valign="top"><b>o</b></td> @ <td><i>Check-Out:</i> Check out versions</td></tr> @ <tr><td valign="top"><b>p</b></td> @ <td><i>Password:</i> Change your own password</td></tr> @ <tr><td valign="top"><b>r</b></td> @ <td><i>Read-Tkt:</i> View tickets</td></tr> @ <tr><td valign="top"><b>s</b></td> @ <td><i>Setup/Super-user:</i> Setup and configure this website</td></tr> @ <tr><td valign="top"><b>t</b></td> @ <td><i>Tkt-Report:</i> Create new bug summary reports</td></tr> @ <tr><td valign="top"><b>v</b></td> @ <td><i>Developer:</i> Inherit privileges of @ user <tt>developer</tt></td></tr> @ <tr><td valign="top"><b>w</b></td> @ <td><i>Write-Tkt:</i> Edit tickets</td></tr> @ <tr><td valign="top"><b>z</b></td> @ <td><i>Zip download:</i> Download a baseline via the @ <tt>/zip</tt> URL even without check<b>o</b>ut @ and <b>h</b>istory permissions</td></tr> @ </table> @ </li> @ @ <li><p> @ Every user, logged in or not, inherits the privileges of <b>nobody</b>. @ </p></li> @ @ <li><p> @ Any human can login as <b>anonymous</b> since the password is @ clearly displayed on the login page for them to type. The purpose @ of requiring anonymous to log in is to prevent access by spiders. @ Every logged-in user inherits the combined privileges of @ <b>anonymous</b> and @ <b>nobody</b>. @ </p></li> @ @ <li><p> @ Users with privilege <b>v</b> inherit the combined privileges of @ <b>developer</b>, <b>anonymous</b>, and <b>nobody</b>. @ </p></li> @ @ <li><p> @ A blank password disables login for a user. @ </p></li> @ @ </ol> @ </td></tr></table> style_footer(); } |
︙ | ︙ |