Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | a1b7f8e1a9bed4665fec65f002bc2fb9b99475a8 |
|---|---|
| Date: | 2010-03-18 16:27:48 |
| User: | drh |
| Comment: | Make sure that "Setup" and "Admin" privileges imply 'Append-Tkt' privilege. |
Tags And Properties
- branch=trunk inherited from [a28c83647d] branch timeline
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Changes to src/login.c
@@ -476,11 +476,11 @@
case 's': g.okSetup = 1; /* Fall thru into Admin */
case 'a': g.okAdmin = g.okRdTkt = g.okWrTkt = g.okZip =
g.okRdWiki = g.okWrWiki = g.okNewWiki =
g.okApndWiki = g.okHistory = g.okClone =
g.okNewTkt = g.okPassword = g.okRdAddr =
- g.okTktFmt = g.okAttach = 1;
+ g.okTktFmt = g.okAttach = g.okApndTkt = 1;
/* Fall thru into Read/Write */
case 'i': g.okRead = g.okWrite = 1; break;
case 'o': g.okRead = 1; break;
case 'z': g.okZip = 1; break;