Fossil SCM

fossil-scm / www / caps / ref.html
Source Blame History 454 lines
779ddef… wyoung 1 <div class='fossil-doc' data-title="User Capability Reference">
779ddef… wyoung 2
779ddef… wyoung 3 <style type="text/css">
779ddef… wyoung 4 p#backlink {
779ddef… wyoung 5 /* Make empty space below the table so hyperlinks to named anchors
779ddef… wyoung 6 near the bottom of the table still scroll that row to the top of
779ddef… wyoung 7 the user's browser, even on tall screens. */
779ddef… wyoung 8 margin-bottom: 75em;
779ddef… wyoung 9 }
779ddef… wyoung 10
779ddef… wyoung 11 tr > th {
779ddef… wyoung 12 background-color: #e8e8e8;
779ddef… wyoung 13 vertical-align: top;
779ddef… wyoung 14 }
5d8e5ee… stephan 15 body.fossil-dark-style tr > th {
5d8e5ee… stephan 16 color: #000;
5d8e5ee… stephan 17 opacity: 0.85;
5d8e5ee… stephan 18 }
779ddef… wyoung 19
779ddef… wyoung 20 tr.cols th {
779ddef… wyoung 21 white-space: nowrap;
779ddef… wyoung 22 }
779ddef… wyoung 23
779ddef… wyoung 24 td, th {
779ddef… wyoung 25 padding: 0.4em;
779ddef… wyoung 26 }
779ddef… wyoung 27 </style>
779ddef… wyoung 28
779ddef… wyoung 29 <p>Here we document each currently-defined user capability character in
779ddef… wyoung 30 more detail than the brief summary on the <a
fd1282e… drh 31 href="/setup_ucap_list">“key” page</a> in the Fossil user editor. Each
779ddef… wyoung 32 row gives the capability letter used in the Fossil user editor followed
fd1282e… drh 33 by the C code’s name for that cap within the <tt>FossilUserPerms</tt>
779ddef… wyoung 34 object, so you can use this reference both from the UI down and from the
779ddef… wyoung 35 C code up.</p>
779ddef… wyoung 36
779ddef… wyoung 37 <p>The <a href="https://en.wikipedia.org/wiki/Mnemonic">mnemonics</a>
779ddef… wyoung 38 given here vary from obviously-correct to <i>post facto</i>
779ddef… wyoung 39 rationalizations to the outright fanciful. To <a
779ddef… wyoung 40 href="./impl.md#choices">some extent</a>, this is unavoidable.</p>
779ddef… wyoung 41
779ddef… wyoung 42
779ddef… wyoung 43 <h2>Reference</h2>
779ddef… wyoung 44
779ddef… wyoung 45 <table>
779ddef… wyoung 46 <tr class="cols">
779ddef… wyoung 47 <th>?</th>
779ddef… wyoung 48 <th>Name</th>
779ddef… wyoung 49 <th style="text-align: left">Description</th>
779ddef… wyoung 50 </tr>
779ddef… wyoung 51
779ddef… wyoung 52 <tr id="a">
779ddef… wyoung 53 <th>a</th>
779ddef… wyoung 54 <th>Admin</th>
779ddef… wyoung 55 <td>
779ddef… wyoung 56 Admin users have <em>all</em> of the capabilities below except for
8a77f45… wyoung 57 <a href="#s">setup</a>, <a herf="#x">Private</a>, and <a href="#y">WrUnver</a>.
779ddef… wyoung 58 See <a href="admin-v-setup.md">Admin vs. Setup</a> for a more
779ddef… wyoung 59 nuanced discussion. Mnemonic: <b>a</b>dministrate.
779ddef… wyoung 60 </td>
5079ffb… stephan 61 </tr>
779ddef… wyoung 62
779ddef… wyoung 63 <tr id="b">
779ddef… wyoung 64 <th>b</th>
779ddef… wyoung 65 <th>Attach</th>
779ddef… wyoung 66 <td>
5079ffb… stephan 67 Add attachments to wiki articles, technotes, or tickets.
5079ffb… stephan 68 Mnemonics: <b>b</b>ind, <b>b</b>utton, <b>b</b>ond, or <b>b</b>olt.
5079ffb… stephan 69 See also: <a href='#B'>B</a>.
779ddef… wyoung 70 </td>
5079ffb… stephan 71 </tr>
779ddef… wyoung 72
779ddef… wyoung 73 <tr id="c">
779ddef… wyoung 74 <th>c</th>
779ddef… wyoung 75 <th>ApndTkt</th>
779ddef… wyoung 76 <td>
779ddef… wyoung 77 Append comments to existing tickets. Mnemonic: <b>c</b>omment.
779ddef… wyoung 78 </td>
5079ffb… stephan 79 </tr>
779ddef… wyoung 80
779ddef… wyoung 81 <tr id="d">
779ddef… wyoung 82 <th>d</th>
1274054… drh 83 <th>n/a</th>
779ddef… wyoung 84 <td>
1274054… drh 85 Legacy capability letter from Fossil's forebear <a
1274054… drh 86 href="http://cvstrac.org/">CVSTrac</a>, which has no useful
ad47a44… wyoung 87 meaning in Fossil due to the nature of its durable Merkle tree design.
ad47a44… wyoung 88 We recommend that you remove it in case we
1274054… drh 89 ever reuse this letter for another purpose. See <a
1274054… drh 90 href="https://fossil-scm.org/forum/forumpost/43c78f4bef">this
1274054… drh 91 post</a> for details.
779ddef… wyoung 92 </td>
1274054… drh 93 </tr>
779ddef… wyoung 94
779ddef… wyoung 95 <tr id="e">
779ddef… wyoung 96 <th>e</th>
779ddef… wyoung 97 <th>RdAddr</th>
779ddef… wyoung 98 <td>
779ddef… wyoung 99 View <a
779ddef… wyoung 100 href="https://en.wikipedia.org/wiki/Personal_data">personal
779ddef… wyoung 101 identifying information</a> (PII) about other users such as email
779ddef… wyoung 102 addresses. Mnemonics: show <b>e</b>mail addresses; or
779ddef… wyoung 103 <b>E</b>urope, home of <a
779ddef… wyoung 104 href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">GDPR</a>.
779ddef… wyoung 105 </td>
5079ffb… stephan 106 </tr>
779ddef… wyoung 107
779ddef… wyoung 108 <tr id="f">
779ddef… wyoung 109 <th>f</th>
779ddef… wyoung 110 <th>NewWiki</th>
779ddef… wyoung 111 <td>
779ddef… wyoung 112 Create new wiki articles. Mnemonic: <b>f</b>ast, English
779ddef… wyoung 113 translation of the Hawaiian word <a
779ddef… wyoung 114 href="https://en.wikipedia.org/wiki/History_of_wikis#WikiWikiWeb,_the_first_wiki"><i>wiki</i></a>.
779ddef… wyoung 115 </td>
5079ffb… stephan 116 </tr>
779ddef… wyoung 117
779ddef… wyoung 118 <tr id="g">
779ddef… wyoung 119 <th>g</th>
779ddef… wyoung 120 <th>Clone</th>
779ddef… wyoung 121 <td>
779ddef… wyoung 122 Clone the repository. Note that this is distinct from <a
6e5337e… george 123 href="#o">check-out capability, <b>o</b></a>; and that upon cloning
6e5337e… george 124 not just files, but also tickets, wikis, technotes and forum posts
6e5337e… george 125 are tranferred. Mnemonic: <b>g</b>et.
779ddef… wyoung 126 </td>
5079ffb… stephan 127 </tr>
779ddef… wyoung 128
779ddef… wyoung 129 <tr id="h">
779ddef… wyoung 130 <th>h</th>
779ddef… wyoung 131 <th>Hyperlink</th>
779ddef… wyoung 132 <td>
779ddef… wyoung 133 Get hyperlinks in generated HTML which link you to other parts of
779ddef… wyoung 134 the repository. This capability exists so we can deny it to the
fd1282e… drh 135 “nobody” category, to <a href="../antibot.wiki">prevent bots from
fd1282e… drh 136 wandering around aimlessly</a> in the site’s hyperlink web, <a
779ddef… wyoung 137 href="../loadmgmt.md">chewing up server resources</a> to little
779ddef… wyoung 138 good purpose. Mnemonic: <b>h</b>yperlink.
779ddef… wyoung 139 </td>
5079ffb… stephan 140 </tr>
779ddef… wyoung 141
779ddef… wyoung 142 <tr id="i">
779ddef… wyoung 143 <th>i</th>
779ddef… wyoung 144 <th>Write</th>
779ddef… wyoung 145 <td>
779ddef… wyoung 146 Check changes into the repository. Note that a lack of this
779ddef… wyoung 147 capability does not prevent you from checking changes into your
779ddef… wyoung 148 local clone, only from syncing those changes up to the parent
779ddef… wyoung 149 repo, and then <a href="./basics.md#webonly">only over HTTP</a>.
6e5337e… george 150 Also note that not just files, but also tickets, wikis, technotes
6e5337e… george 151 and forum posts will be accepted from clones upon syncronization.
779ddef… wyoung 152 Granting this capability also grants <b>o (Read)</b> Mnemonics:
779ddef… wyoung 153 <b>i</b>nput, check <b>i</b>n changes.
779ddef… wyoung 154 </td>
5079ffb… stephan 155 </tr>
779ddef… wyoung 156
779ddef… wyoung 157 <tr id="j">
779ddef… wyoung 158 <th>j</th>
779ddef… wyoung 159 <th>RdWiki</th>
779ddef… wyoung 160 <td>
779ddef… wyoung 161 View wiki articles. Mnemonic: in<b>j</b>est page content. (All
779ddef… wyoung 162 right, you critics, you do better, then.)
779ddef… wyoung 163 </td>
5079ffb… stephan 164 </tr>
779ddef… wyoung 165
779ddef… wyoung 166 <tr id="k">
779ddef… wyoung 167 <th>k</th>
779ddef… wyoung 168 <th>WrWiki</th>
779ddef… wyoung 169 <td>
779ddef… wyoung 170 Edit wiki articles. Granting this capability also grants <a
779ddef… wyoung 171 href="#j"><b>RdWiki</b></a> and <a href="#m"><b>ApndWiki</b></a>,
779ddef… wyoung 172 but it does <em>not</em> grant <a href="#f"><b>NewWiki</b></a>!
779ddef… wyoung 173 Mnemonic: <b>k</b>ontribute.
779ddef… wyoung 174 </td>
5079ffb… stephan 175 </tr>
779ddef… wyoung 176
779ddef… wyoung 177 <tr id="l">
779ddef… wyoung 178 <th>l</th>
779ddef… wyoung 179 <th>ModWiki</th>
779ddef… wyoung 180 <td>
779ddef… wyoung 181 Moderate <a href="#m">wiki article appends</a>. Appends do not get
fd1282e… drh 182 saved permanently to the receiving repo’s block chain until <a
779ddef… wyoung 183 href="#s">Setup</a> or someone with this cap approves it.
779ddef… wyoung 184 Mnemonic: a<b>l</b>low.
779ddef… wyoung 185 </td>
5079ffb… stephan 186 </tr>
779ddef… wyoung 187
779ddef… wyoung 188 <tr id="m">
779ddef… wyoung 189 <th>m</th>
779ddef… wyoung 190 <th>ApndWiki</th>
779ddef… wyoung 191 <td>
779ddef… wyoung 192 Append content to existing wiki articles. Mnemonic: a<b>m</b>end
779ddef… wyoung 193 wiki
779ddef… wyoung 194 </td>
5079ffb… stephan 195 </tr>
779ddef… wyoung 196
779ddef… wyoung 197 <tr id="n">
779ddef… wyoung 198 <th>n</th>
779ddef… wyoung 199 <th>NewTkt</th>
779ddef… wyoung 200 <td>
779ddef… wyoung 201 File new tickets. Mnemonic: <b>n</b>ew ticket.
779ddef… wyoung 202 </td>
5079ffb… stephan 203 </tr>
779ddef… wyoung 204
779ddef… wyoung 205 <tr id="o">
779ddef… wyoung 206 <th>o</th>
779ddef… wyoung 207 <th>Read</th>
779ddef… wyoung 208 <td>
6e5337e… george 209 Read content and history of files from a remote Fossil instance over
779ddef… wyoung 210 HTTP. See <a href="index.md#read-v-clone">Reading vs.
779ddef… wyoung 211 Cloning</a>. Mnemonic: check <b>o</b>ut remote repo contents.
779ddef… wyoung 212 </td>
5079ffb… stephan 213 </tr>
779ddef… wyoung 214
779ddef… wyoung 215 <tr id="p">
779ddef… wyoung 216 <th>p</th>
779ddef… wyoung 217 <th>Password</th>
779ddef… wyoung 218 <td>
fd1282e… drh 219 Change one’s own password. Mnemonic: <b>p</b>assword.
779ddef… wyoung 220 </td>
5079ffb… stephan 221 </tr>
779ddef… wyoung 222
779ddef… wyoung 223 <tr id="q">
779ddef… wyoung 224 <th>q</th>
779ddef… wyoung 225 <th>ModTkt</th>
779ddef… wyoung 226 <td>
779ddef… wyoung 227 Moderate tickets: delete comments appended to tickets. Mnemonic:
779ddef… wyoung 228 <b>q</b>uash noise commentary.
779ddef… wyoung 229 </td>
5079ffb… stephan 230 </tr>
779ddef… wyoung 231
779ddef… wyoung 232 <tr id="r">
779ddef… wyoung 233 <th>r</th>
779ddef… wyoung 234 <th>RdTkt</th>
779ddef… wyoung 235 <td>
779ddef… wyoung 236 View existing tickets. Mnemonic: <b>r</b>ead tickets.
779ddef… wyoung 237 </td>
5079ffb… stephan 238 </tr>
779ddef… wyoung 239
779ddef… wyoung 240 <tr id="s">
779ddef… wyoung 241 <th>s</th>
779ddef… wyoung 242 <th>Setup</th>
779ddef… wyoung 243 <td>
779ddef… wyoung 244 The <a href="./admin-v-setup.md#apsu">all-powerful Setup user</a>.
779ddef… wyoung 245 Mnemonics: <b>s</b>etup or <b>s</b>uperuser.
779ddef… wyoung 246 </td>
779ddef… wyoung 247 </tr>
779ddef… wyoung 248
779ddef… wyoung 249 <tr id="t">
779ddef… wyoung 250 <th>t</th>
779ddef… wyoung 251 <th>TktFmt</th>
779ddef… wyoung 252 <td>
779ddef… wyoung 253 Create new ticket report formats. Note that although this allows
fd1282e… drh 254 the user to provide SQL code to be run in the server’s context,
fd1282e… drh 255 and this capability is given to the untrusted “anonymous” user
779ddef… wyoung 256 category by default, this is a safe capability to give to users
779ddef… wyoung 257 because it is internally restricted to read-only queries on the
c0654b1… brickviking 258 tickets table only. (This restriction is done with an SQLite
779ddef… wyoung 259 authorization hook, not by any method so weak as SQL text
779ddef… wyoung 260 filtering.) Mnemonic: new <b>t</b>icket report.
779ddef… wyoung 261 </td>
5079ffb… stephan 262 </tr>
779ddef… wyoung 263
779ddef… wyoung 264 <tr id="u">
779ddef… wyoung 265 <th>u</th>
779ddef… wyoung 266 <th>n/a</th>
779ddef… wyoung 267 <td>
fd1282e… drh 268 Inherit all capabilities of the “reader” user category; does not
779ddef… wyoung 269 have a dedicated flag internally within Fossil. Mnemonic:
779ddef… wyoung 270 <a href="./index.md#ucat"><b>u</b>ser</a>
779ddef… wyoung 271 </td>
5079ffb… stephan 272 </tr>
779ddef… wyoung 273
779ddef… wyoung 274 <tr id="v">
779ddef… wyoung 275 <th>v</th>
779ddef… wyoung 276 <th>n/a</th>
779ddef… wyoung 277 <td>
fd1282e… drh 278 Inherit all capabilities of the “developer” user category; does
779ddef… wyoung 279 not have a dedicated flag internally within Fossil. Mnemonic:
779ddef… wyoung 280 de<b>v</b>eloper.
779ddef… wyoung 281 </td>
5079ffb… stephan 282 </tr>
779ddef… wyoung 283
779ddef… wyoung 284 <tr id="w">
779ddef… wyoung 285 <th>w</th>
779ddef… wyoung 286 <th>WrTkt</th>
779ddef… wyoung 287 <td>
779ddef… wyoung 288 Edit existing tickets. Granting this capability also grants <a
779ddef… wyoung 289 href="#r"><b>RdTkt</b></a>, <a href="#c"><b>ApndTkt</b></a>, and
779ddef… wyoung 290 <a href="#n"><b>NewTkt</b></a>. Mnemonic: <b>w</b>rite to ticket.
779ddef… wyoung 291 </td>
5079ffb… stephan 292 </tr>
779ddef… wyoung 293
779ddef… wyoung 294 <tr id="x">
779ddef… wyoung 295 <th>x</th>
779ddef… wyoung 296 <th>Private</th>
779ddef… wyoung 297 <td>
779ddef… wyoung 298 Push or pull <a href="../private.wiki">private branches</a>.
fd1282e… drh 299 Mnemonic: e<b>x</b>clusivity; “x” connotes unknown material in
779ddef… wyoung 300 many Western languages due to its <a
fd1282e… drh 301 href="https://en.wikipedia.org/wiki/La_Géométrie#The_text">traditional
779ddef… wyoung 302 use in mathematics</a>.
779ddef… wyoung 303 </td>
5079ffb… stephan 304 </tr>
779ddef… wyoung 305
779ddef… wyoung 306 <tr id="y">
779ddef… wyoung 307 <th>y</th>
779ddef… wyoung 308 <th>WrUnver</th>
779ddef… wyoung 309 <td>
779ddef… wyoung 310 Push <a href="../unvers.wiki">unversioned content</a>. Mnemonic:
779ddef… wyoung 311 <b>y</b>ield, <a href="https://en.wiktionary.org/wiki/yield">sense
fd1282e… drh 312 4</a>: “hand over.”
779ddef… wyoung 313 </td>
5079ffb… stephan 314 </tr>
779ddef… wyoung 315
779ddef… wyoung 316 <tr id="z">
779ddef… wyoung 317 <th>z</th>
779ddef… wyoung 318 <th>Zip</th>
779ddef… wyoung 319 <td>
779ddef… wyoung 320 Pull archives of particular repository versions via <a
c64f28d… drh 321 href="/help/www/zip"><tt>/zip</tt></a>, <a
c64f28d… drh 322 href="/help/www/tarball"><tt>/tarball</tt></a>, and <a
c64f28d… drh 323 href="/help/www/sqlar"><tt>/sqlar</tt></a> URLs. This is an
779ddef… wyoung 324 expensive capability to grant, because creating such archives can
779ddef… wyoung 325 put a large load on <a href="../server/">a Fossil server</a> which
779ddef… wyoung 326 you may then need to <a href="../loadmgmt.md">manage</a>.
779ddef… wyoung 327 Mnemonic: <b>z</b>ip file download.
779ddef… wyoung 328 </td>
5079ffb… stephan 329 </tr>
779ddef… wyoung 330
779ddef… wyoung 331 <tr id="2">
779ddef… wyoung 332 <th>2</th>
779ddef… wyoung 333 <th>RdForum</th>
779ddef… wyoung 334 <td>
779ddef… wyoung 335 Read <a href="../forum.wiki">forum posts</a> by other users.
779ddef… wyoung 336 Mnemonic: from thee <b>2</b> me.
779ddef… wyoung 337 </td>
5079ffb… stephan 338 </tr>
779ddef… wyoung 339
779ddef… wyoung 340 <tr id="3">
779ddef… wyoung 341 <th>3</th>
779ddef… wyoung 342 <th>WrForum</th>
779ddef… wyoung 343 <td>
779ddef… wyoung 344 Create new forum threads, reply to threads created by others, and
fd1282e… drh 345 edit one’s own posts. New posts are <a
779ddef… wyoung 346 href="../forum.wiki#moderation">held for moderation</a> and do
779ddef… wyoung 347 not appear in repo clones or syncs. Granting this capability also
779ddef… wyoung 348 grants <a href="#2"><b>RdForum</b></a>. Mnemonic: post for
779ddef… wyoung 349 <b>3</b> audiences: me, <a href="#5">the mods</a>, and <a
779ddef… wyoung 350 href="https://en.wikipedia.org/wiki/The_Man">the Man</a>.
779ddef… wyoung 351 </td>
5079ffb… stephan 352 </tr>
779ddef… wyoung 353
779ddef… wyoung 354 <tr id="4">
779ddef… wyoung 355 <th>4</th>
779ddef… wyoung 356 <th>WrTForum</th>
779ddef… wyoung 357 <td>
779ddef… wyoung 358 Extends <a href="#3"><b>WrForum</b></a>, bypassing the moderation
779ddef… wyoung 359 and sync restrictions. Mnemonic: post <b>4</b> immediate release.
779ddef… wyoung 360 </td>
5079ffb… stephan 361 </tr>
779ddef… wyoung 362
779ddef… wyoung 363 <tr id="5">
779ddef… wyoung 364 <th>5</th>
779ddef… wyoung 365 <th>ModForum</th>
779ddef… wyoung 366 <td>
779ddef… wyoung 367 <a href="../forum.wiki#moderation">Moderate forum posts</a>.
779ddef… wyoung 368 Granting this capability also grants <a
779ddef… wyoung 369 href="#4"><b>WrTForum</b></a> and <a href="#2"><b>RdForum</b></a>,
779ddef… wyoung 370 so a user with this cap never has to moderate their own posts.
fd1282e… drh 371 Mnemonic: “May I have <b>5</b> seconds of your time, honored
fd1282e… drh 372 Gatekeeper?”
779ddef… wyoung 373 </td>
5079ffb… stephan 374 </tr>
779ddef… wyoung 375
779ddef… wyoung 376 <tr id="6">
779ddef… wyoung 377 <th>6</th>
779ddef… wyoung 378 <th>AdminForum</th>
779ddef… wyoung 379 <td>
779ddef… wyoung 380 Users with this capability see a checkbox on unmoderated forum
fd1282e… drh 381 posts labeled “Trust user X so that future posts by user X do not
fd1282e… drh 382 require moderation.” Checking that box and then clicking the
fd1282e… drh 383 moderator-only “Approve” button on that post grants <a
fd1282e… drh 384 href="#4"><b>WrTForum</b></a> capability to that post’s author.
779ddef… wyoung 385 There is currently no UI for a user with this cap to
779ddef… wyoung 386 <em>revoke</em> trust from a user once it is granted; only <a
779ddef… wyoung 387 href="#a"><b>Admin</b></a> and <a href="#s"><b>Setup</b></a> can
779ddef… wyoung 388 currently revoke granted caps. Granting this capability also
779ddef… wyoung 389 grants <a href="#5"><b>ModForum</b></a> and those it in turn
fd1282e… drh 390 grants. Mnemonic: “I’m <b>6</b> [sick] of hitting Approve on your
fd1282e… drh 391 posts!”
779ddef… wyoung 392 </td>
5079ffb… stephan 393 </tr>
779ddef… wyoung 394
779ddef… wyoung 395 <tr id="7">
779ddef… wyoung 396 <th>7</th>
779ddef… wyoung 397 <th>EmailAlert</th>
779ddef… wyoung 398 <td>
779ddef… wyoung 399 User can sign up for <a href="../alerts.md">email alerts</a>.
779ddef… wyoung 400 Mnemonic: <a href="https://en.wikipedia.org/wiki/Heaven_Can_Wait">Seven can
fd1282e… drh 401 wait</a>, I’ve got email to read now.
779ddef… wyoung 402 </td>
5079ffb… stephan 403 </tr>
779ddef… wyoung 404
779ddef… wyoung 405 <tr id="A">
779ddef… wyoung 406 <th>A</th>
779ddef… wyoung 407 <th>Announce</th>
779ddef… wyoung 408 <td>
779ddef… wyoung 409 Send email announcements to users <a href="#7">signed up to
779ddef… wyoung 410 receive them</a>. Mnemonic: <b>a</b>nnounce.
779ddef… wyoung 411 </td>
5079ffb… stephan 412 </tr>
5079ffb… stephan 413
5079ffb… stephan 414 <tr id="B">
5079ffb… stephan 415 <th>B</th>
5079ffb… stephan 416 <th>Attach to Forum</th>
5079ffb… stephan 417 <td>
5079ffb… stephan 418 Add attachments to forum posts. See also: <a href='#b'>b</a>.
5079ffb… stephan 419 </td>
5079ffb… stephan 420 </tr>
3fcb967… wyoung 421
3fcb967… wyoung 422 <tr id="C">
3fcb967… wyoung 423 <th>C</th>
3fcb967… wyoung 424 <th>Chat</th>
3fcb967… wyoung 425 <td>
3fcb967… wyoung 426 Allow access to the <tt>/chat</tt> room.
3fcb967… wyoung 427 </td>
5079ffb… stephan 428 </tr>
fd1282e… drh 429
779ddef… wyoung 430 <tr id="D">
779ddef… wyoung 431 <th>D</th>
779ddef… wyoung 432 <th>Debug</th>
779ddef… wyoung 433 <td>
779ddef… wyoung 434 Enable debugging features. Mnemonic: <b>d</b>ebug.
779ddef… wyoung 435 </td>
5079ffb… stephan 436 </tr>
e5240c9… stephan 437
e5240c9… stephan 438 <tr id="L">
e5240c9… stephan 439 <th>L</th>
e5240c9… stephan 440 <th>Is-logged-in</th>
e5240c9… stephan 441 <td>
e5240c9… stephan 442 This is not a real capability, but is used in certain capability
e5240c9… stephan 443 checks, e.g. via <a href="../th1.md#capexpr">capexpr</a>. It
e5240c9… stephan 444 resolves to true if the current user is logged in.
e5240c9… stephan 445 Mnemonic: <b>L</b>ogged in.
e5240c9… stephan 446 </td>
5079ffb… stephan 447 </tr>
e5240c9… stephan 448
779ddef… wyoung 449 </table>
779ddef… wyoung 450
779ddef… wyoung 451 <hr/>
779ddef… wyoung 452
779ddef… wyoung 453 <p id="backlink"><a href="./"><em>Back to Administering User
779ddef… wyoung 454 Capabilities</em></a></p>

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button