Access control: Difference between revisions

From ym2149.org
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
== Access ==
== Access ==


* read
* read or view
* edit
* edit
* delete
* delete
Line 19: Line 19:
* user
* user
* group
* group
* user category
* category of users
** need a way to link user to category when that user page is not editable
** need a way to link resource to category when that resource is not editable, perhaps by alias/redirect


== Ideas ==
== Ideas ==
Line 27: Line 27:
* if you link a category to a multi restriction, it applies to all pages linking to that category instead
* if you link a category to a multi restriction, it applies to all pages linking to that category instead
** this could be a more general backlinks mechanism
** this could be a more general backlinks mechanism
== Bugs ==
* moving a page detaches it from its permissions

Latest revision as of 10:24, 19 April 2024

Resource

  • individual page
  • all pages in a category
  • special page

Access

  • read or view
  • edit
  • delete
  • move

Principal

  • user
  • group
  • category of users
    • need a way to link resource to category when that resource is not editable, perhaps by alias/redirect

Ideas

  • restricting a page should be as simple as linking to a restriction category
  • if you link a category to a multi restriction, it applies to all pages linking to that category instead
    • this could be a more general backlinks mechanism

Bugs

  • moving a page detaches it from its permissions