diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-06 16:00:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-06 16:00:42 -0500 |
commit | 42a837a83395fc2ff5b18d60b436c21ee26a038c (patch) | |
tree | f849bd965b1cc65dc0179de22fa65fb3979f51f8 /doc/plugin-authorization-architecture.markdown | |
parent | 34048c28047f6107d5dd72679081544c9adfa4cf (diff) |
Update doc and changelog
Diffstat (limited to 'doc/plugin-authorization-architecture.markdown')
-rw-r--r-- | doc/plugin-authorization-architecture.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugin-authorization-architecture.markdown b/doc/plugin-authorization-architecture.markdown index 332313f0..f61d05b3 100644 --- a/doc/plugin-authorization-architecture.markdown +++ b/doc/plugin-authorization-architecture.markdown @@ -13,7 +13,7 @@ For each HTTP request: 1. Fetch user role for this project 2. Grant/Denied access based on the project access map -Extending access Map +Extending Access Map -------------------- The Access List (ACL) is based on the controller class name and the method name. |