Modify ↓
      
Opened 20 years ago
Closed 20 years ago
#1586 closed enhancement (duplicate)
wiki authenticated pages
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.8.1 | 
| Severity: | normal | Keywords: | wiki | 
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Can be possible create 2 levels of wiki to be able to have a secure wiki with authentication credentials and a one public ? in actual state forcing authentication to wiki pages exclude login mechanism… and it is not good ;) Carlo
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
This is a duplicate of #834
However, one thing you can do is use a common sub-path for all your private wiki pages like: PrivatePages/PageOne
Then you can set up authentication restrictions on the path "/wiki/PrivatePages" in your web server.
  Note:
 See   TracTickets
 for help on using tickets.
    


  
I believe this would make things more complex, and Trac should be kept simple enough: what about Wiki page lookup for example (to know whether a Wiki page exists or not, etc.)
I have the same kind of issues to solve (multiple conditional access to Wiki pages). I believe a dual project (one with Wiki public pages, the other with Wiki 'private' pages) could be a nice solution, but it requires the InterTrac feature to be implemented….