Fossil SCM
Update the "Notes" to the right of the user setup screen.
Commit
3eac8bc0f925c190168b1509cbecd56acbd29e04
Parent
dec2c22d9d0e1d9…
1 file changed
+59
-22
+59
-22
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -135,40 +135,77 @@ | ||
| 135 | 135 | @ <td valign="top"> |
| 136 | 136 | @ <b>Notes:</b> |
| 137 | 137 | @ <ol> |
| 138 | 138 | @ <li><p>The permission flags are as follows:</p> |
| 139 | 139 | @ <table> |
| 140 | - @ <tr><td><b>a</b></td><td><i>Admin:</i> Create and delete users</td></tr> | |
| 141 | - @ <tr><td><b>c</b></td><td><i>Append-Tkt:</i> Append to tickets</td></tr> | |
| 142 | - @ <tr><td><b>d</b></td><td><i>Delete:</i> Delete wiki and tickets</td></tr> | |
| 143 | - @ <tr><td><b>e</b></td><td><i>Email:</i> View sensitive data such as EMail addresses</td></tr> | |
| 144 | - @ <tr><td><b>f</b></td><td><i>New-Wiki:</i> Create new wiki pages</td></tr> | |
| 145 | - @ <tr><td><b>g</b></td><td><i>Clone:</i> Clone the repository</td></tr> | |
| 146 | - @ <tr><td><b>h</b></td><td><i>History:</i> View detail repository history</td></tr> | |
| 147 | - @ <tr><td><b>i</b></td><td><i>Check-In:</i> Commit new versions in the repository</td></tr> | |
| 148 | - @ <tr><td><b>j</b></td><td><i>Read-Wiki:</i> View wiki pages</td></tr> | |
| 149 | - @ <tr><td><b>k</b></td><td><i>Write-Wiki:</i> Edit wiki pages</td></tr> | |
| 150 | - @ <tr><td><b>m</b></td><td><i>Append-Wiki:</i> Append to wiki pages</td></tr> | |
| 151 | - @ <tr><td><b>n</b></td><td><i>New-Tkt:</i> Create new tickets</td></tr> | |
| 152 | - @ <tr><td><b>o</b></td><td><i>Check-Out:</i> Check out versions</td></tr> | |
| 153 | - @ <tr><td><b>p</b></td><td><i>Password:</i> Change your own password</td></tr> | |
| 154 | - @ <tr><td><b>r</b></td><td><i>Read-Tkt:</i> View tickets</td></tr> | |
| 155 | - @ <tr><td><b>s</b></td><td><i>Setup:</i> Setup and configure this website</td></tr> | |
| 156 | - @ <tr><td><b>t</b></td><td><i>Tkt-Report:</i> Create new bug summary reports</td></tr> | |
| 157 | - @ <tr><td><b>v</b></td><td><i>Developer:</i> Inherit privileges of user <tt>developer</tt></td></tr> | |
| 158 | - @ <tr><td><b>w</b></td><td><i>Write-Tkt:</i> Edit tickets</td></tr> | |
| 159 | - @ <tr><td><b>z</b></td><td><i>Zip download:</i> Download a baseline via the | |
| 160 | - @ <tt>/zip</tt> URL even without check<b>o</b>ut and <b>h</b>istory permissions</td></tr> | |
| 140 | + @ <tr><td valign="top"><b>a</b></td> | |
| 141 | + @ <td><i>Admin:</i> Create and delete users</td></tr> | |
| 142 | + @ <tr><td valign="top"><b>c</b></td> | |
| 143 | + @ <td><i>Append-Tkt:</i> Append to tickets</td></tr> | |
| 144 | + @ <tr><td valign="top"><b>d</b></td> | |
| 145 | + @ <td><i>Delete:</i> Delete wiki and tickets</td></tr> | |
| 146 | + @ <tr><td valign="top"><b>e</b></td> | |
| 147 | + @ <td><i>Email:</i> View sensitive data such as EMail addresses</td></tr> | |
| 148 | + @ <tr><td valign="top"><b>f</b></td> | |
| 149 | + @ <td><i>New-Wiki:</i> Create new wiki pages</td></tr> | |
| 150 | + @ <tr><td valign="top"><b>g</b></td> | |
| 151 | + @ <td><i>Clone:</i> Clone the repository</td></tr> | |
| 152 | + @ <tr><td valign="top"><b>h</b></td> | |
| 153 | + @ <td><i>Hyperlinks:</i> Show hyperlinks to detailed | |
| 154 | + @ repository history</td></tr> | |
| 155 | + @ <tr><td valign="top"><b>i</b></td> | |
| 156 | + @ <td><i>Check-In:</i> Commit new versions in the repository</td></tr> | |
| 157 | + @ <tr><td valign="top"><b>j</b></td> | |
| 158 | + @ <td><i>Read-Wiki:</i> View wiki pages</td></tr> | |
| 159 | + @ <tr><td valign="top"><b>k</b></td> | |
| 160 | + @ <td><i>Write-Wiki:</i> Edit wiki pages</td></tr> | |
| 161 | + @ <tr><td valign="top"><b>m</b></td> | |
| 162 | + @ <td><i>Append-Wiki:</i> Append to wiki pages</td></tr> | |
| 163 | + @ <tr><td valign="top"><b>n</b></td> | |
| 164 | + @ <td><i>New-Tkt:</i> Create new tickets</td></tr> | |
| 165 | + @ <tr><td valign="top"><b>o</b></td> | |
| 166 | + @ <td><i>Check-Out:</i> Check out versions</td></tr> | |
| 167 | + @ <tr><td valign="top"><b>p</b></td> | |
| 168 | + @ <td><i>Password:</i> Change your own password</td></tr> | |
| 169 | + @ <tr><td valign="top"><b>r</b></td> | |
| 170 | + @ <td><i>Read-Tkt:</i> View tickets</td></tr> | |
| 171 | + @ <tr><td valign="top"><b>s</b></td> | |
| 172 | + @ <td><i>Setup/Super-user:</i> Setup and configure this website</td></tr> | |
| 173 | + @ <tr><td valign="top"><b>t</b></td> | |
| 174 | + @ <td><i>Tkt-Report:</i> Create new bug summary reports</td></tr> | |
| 175 | + @ <tr><td valign="top"><b>v</b></td> | |
| 176 | + @ <td><i>Developer:</i> Inherit privileges of | |
| 177 | + @ user <tt>developer</tt></td></tr> | |
| 178 | + @ <tr><td valign="top"><b>w</b></td> | |
| 179 | + @ <td><i>Write-Tkt:</i> Edit tickets</td></tr> | |
| 180 | + @ <tr><td valign="top"><b>z</b></td> | |
| 181 | + @ <td><i>Zip download:</i> Download a baseline via the | |
| 182 | + @ <tt>/zip</tt> URL even without check<b>o</b>ut | |
| 183 | + @ and <b>h</b>istory permissions</td></tr> | |
| 161 | 184 | @ </table> |
| 162 | 185 | @ </li> |
| 163 | 186 | @ |
| 164 | 187 | @ <li><p> |
| 165 | 188 | @ Every user, logged in or not, inherits the privileges of <b>nobody</b>. |
| 189 | + @ </p></li> | |
| 190 | + @ | |
| 191 | + @ <li><p> | |
| 166 | 192 | @ Any human can login as <b>anonymous</b> since the password is |
| 167 | 193 | @ clearly displayed on the login page for them to type. The purpose |
| 168 | 194 | @ of requiring anonymous to log in is to prevent access by spiders. |
| 169 | - @ Every logged-in user inherits the privileges of <b>anonymous</b>. | |
| 195 | + @ Every logged-in user inherits the combined privileges of | |
| 196 | + @ <b>anonymous</b> and | |
| 197 | + @ <b>nobody</b>. | |
| 198 | + @ </p></li> | |
| 199 | + @ | |
| 200 | + @ <li><p> | |
| 201 | + @ Users with privilege <b>v</b> inherit the combined privileges of | |
| 202 | + @ <b>developer</b>, <b>anonymous</b>, and <b>nobody</b>. | |
| 203 | + @ </p></li> | |
| 204 | + @ | |
| 205 | + @ <li><p> | |
| 206 | + @ A blank password disables login for a user. | |
| 170 | 207 | @ </p></li> |
| 171 | 208 | @ |
| 172 | 209 | @ </ol> |
| 173 | 210 | @ </td></tr></table> |
| 174 | 211 | style_footer(); |
| 175 | 212 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -135,40 +135,77 @@ | |
| 135 | @ <td valign="top"> |
| 136 | @ <b>Notes:</b> |
| 137 | @ <ol> |
| 138 | @ <li><p>The permission flags are as follows:</p> |
| 139 | @ <table> |
| 140 | @ <tr><td><b>a</b></td><td><i>Admin:</i> Create and delete users</td></tr> |
| 141 | @ <tr><td><b>c</b></td><td><i>Append-Tkt:</i> Append to tickets</td></tr> |
| 142 | @ <tr><td><b>d</b></td><td><i>Delete:</i> Delete wiki and tickets</td></tr> |
| 143 | @ <tr><td><b>e</b></td><td><i>Email:</i> View sensitive data such as EMail addresses</td></tr> |
| 144 | @ <tr><td><b>f</b></td><td><i>New-Wiki:</i> Create new wiki pages</td></tr> |
| 145 | @ <tr><td><b>g</b></td><td><i>Clone:</i> Clone the repository</td></tr> |
| 146 | @ <tr><td><b>h</b></td><td><i>History:</i> View detail repository history</td></tr> |
| 147 | @ <tr><td><b>i</b></td><td><i>Check-In:</i> Commit new versions in the repository</td></tr> |
| 148 | @ <tr><td><b>j</b></td><td><i>Read-Wiki:</i> View wiki pages</td></tr> |
| 149 | @ <tr><td><b>k</b></td><td><i>Write-Wiki:</i> Edit wiki pages</td></tr> |
| 150 | @ <tr><td><b>m</b></td><td><i>Append-Wiki:</i> Append to wiki pages</td></tr> |
| 151 | @ <tr><td><b>n</b></td><td><i>New-Tkt:</i> Create new tickets</td></tr> |
| 152 | @ <tr><td><b>o</b></td><td><i>Check-Out:</i> Check out versions</td></tr> |
| 153 | @ <tr><td><b>p</b></td><td><i>Password:</i> Change your own password</td></tr> |
| 154 | @ <tr><td><b>r</b></td><td><i>Read-Tkt:</i> View tickets</td></tr> |
| 155 | @ <tr><td><b>s</b></td><td><i>Setup:</i> Setup and configure this website</td></tr> |
| 156 | @ <tr><td><b>t</b></td><td><i>Tkt-Report:</i> Create new bug summary reports</td></tr> |
| 157 | @ <tr><td><b>v</b></td><td><i>Developer:</i> Inherit privileges of user <tt>developer</tt></td></tr> |
| 158 | @ <tr><td><b>w</b></td><td><i>Write-Tkt:</i> Edit tickets</td></tr> |
| 159 | @ <tr><td><b>z</b></td><td><i>Zip download:</i> Download a baseline via the |
| 160 | @ <tt>/zip</tt> URL even without check<b>o</b>ut and <b>h</b>istory permissions</td></tr> |
| 161 | @ </table> |
| 162 | @ </li> |
| 163 | @ |
| 164 | @ <li><p> |
| 165 | @ Every user, logged in or not, inherits the privileges of <b>nobody</b>. |
| 166 | @ Any human can login as <b>anonymous</b> since the password is |
| 167 | @ clearly displayed on the login page for them to type. The purpose |
| 168 | @ of requiring anonymous to log in is to prevent access by spiders. |
| 169 | @ Every logged-in user inherits the privileges of <b>anonymous</b>. |
| 170 | @ </p></li> |
| 171 | @ |
| 172 | @ </ol> |
| 173 | @ </td></tr></table> |
| 174 | style_footer(); |
| 175 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -135,40 +135,77 @@ | |
| 135 | @ <td valign="top"> |
| 136 | @ <b>Notes:</b> |
| 137 | @ <ol> |
| 138 | @ <li><p>The permission flags are as follows:</p> |
| 139 | @ <table> |
| 140 | @ <tr><td valign="top"><b>a</b></td> |
| 141 | @ <td><i>Admin:</i> Create and delete users</td></tr> |
| 142 | @ <tr><td valign="top"><b>c</b></td> |
| 143 | @ <td><i>Append-Tkt:</i> Append to tickets</td></tr> |
| 144 | @ <tr><td valign="top"><b>d</b></td> |
| 145 | @ <td><i>Delete:</i> Delete wiki and tickets</td></tr> |
| 146 | @ <tr><td valign="top"><b>e</b></td> |
| 147 | @ <td><i>Email:</i> View sensitive data such as EMail addresses</td></tr> |
| 148 | @ <tr><td valign="top"><b>f</b></td> |
| 149 | @ <td><i>New-Wiki:</i> Create new wiki pages</td></tr> |
| 150 | @ <tr><td valign="top"><b>g</b></td> |
| 151 | @ <td><i>Clone:</i> Clone the repository</td></tr> |
| 152 | @ <tr><td valign="top"><b>h</b></td> |
| 153 | @ <td><i>Hyperlinks:</i> Show hyperlinks to detailed |
| 154 | @ repository history</td></tr> |
| 155 | @ <tr><td valign="top"><b>i</b></td> |
| 156 | @ <td><i>Check-In:</i> Commit new versions in the repository</td></tr> |
| 157 | @ <tr><td valign="top"><b>j</b></td> |
| 158 | @ <td><i>Read-Wiki:</i> View wiki pages</td></tr> |
| 159 | @ <tr><td valign="top"><b>k</b></td> |
| 160 | @ <td><i>Write-Wiki:</i> Edit wiki pages</td></tr> |
| 161 | @ <tr><td valign="top"><b>m</b></td> |
| 162 | @ <td><i>Append-Wiki:</i> Append to wiki pages</td></tr> |
| 163 | @ <tr><td valign="top"><b>n</b></td> |
| 164 | @ <td><i>New-Tkt:</i> Create new tickets</td></tr> |
| 165 | @ <tr><td valign="top"><b>o</b></td> |
| 166 | @ <td><i>Check-Out:</i> Check out versions</td></tr> |
| 167 | @ <tr><td valign="top"><b>p</b></td> |
| 168 | @ <td><i>Password:</i> Change your own password</td></tr> |
| 169 | @ <tr><td valign="top"><b>r</b></td> |
| 170 | @ <td><i>Read-Tkt:</i> View tickets</td></tr> |
| 171 | @ <tr><td valign="top"><b>s</b></td> |
| 172 | @ <td><i>Setup/Super-user:</i> Setup and configure this website</td></tr> |
| 173 | @ <tr><td valign="top"><b>t</b></td> |
| 174 | @ <td><i>Tkt-Report:</i> Create new bug summary reports</td></tr> |
| 175 | @ <tr><td valign="top"><b>v</b></td> |
| 176 | @ <td><i>Developer:</i> Inherit privileges of |
| 177 | @ user <tt>developer</tt></td></tr> |
| 178 | @ <tr><td valign="top"><b>w</b></td> |
| 179 | @ <td><i>Write-Tkt:</i> Edit tickets</td></tr> |
| 180 | @ <tr><td valign="top"><b>z</b></td> |
| 181 | @ <td><i>Zip download:</i> Download a baseline via the |
| 182 | @ <tt>/zip</tt> URL even without check<b>o</b>ut |
| 183 | @ and <b>h</b>istory permissions</td></tr> |
| 184 | @ </table> |
| 185 | @ </li> |
| 186 | @ |
| 187 | @ <li><p> |
| 188 | @ Every user, logged in or not, inherits the privileges of <b>nobody</b>. |
| 189 | @ </p></li> |
| 190 | @ |
| 191 | @ <li><p> |
| 192 | @ Any human can login as <b>anonymous</b> since the password is |
| 193 | @ clearly displayed on the login page for them to type. The purpose |
| 194 | @ of requiring anonymous to log in is to prevent access by spiders. |
| 195 | @ Every logged-in user inherits the combined privileges of |
| 196 | @ <b>anonymous</b> and |
| 197 | @ <b>nobody</b>. |
| 198 | @ </p></li> |
| 199 | @ |
| 200 | @ <li><p> |
| 201 | @ Users with privilege <b>v</b> inherit the combined privileges of |
| 202 | @ <b>developer</b>, <b>anonymous</b>, and <b>nobody</b>. |
| 203 | @ </p></li> |
| 204 | @ |
| 205 | @ <li><p> |
| 206 | @ A blank password disables login for a user. |
| 207 | @ </p></li> |
| 208 | @ |
| 209 | @ </ol> |
| 210 | @ </td></tr></table> |
| 211 | style_footer(); |
| 212 |