diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-18 23:51:20 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-18 23:51:20 +0000 |
| commit | fab8c5dc3555bad27214bcd3a6d8ace34fa32e86 (patch) | |
| tree | 803f2eb8a6ef6bcfe0f360d17c8600ba00513741 /docs/tutorials/bfgwiki/src/authorization | |
| parent | 306e12aab8645c4682dec33f3dd25001934409c3 (diff) | |
| download | pyramid-fab8c5dc3555bad27214bcd3a6d8ace34fa32e86.tar.gz pyramid-fab8c5dc3555bad27214bcd3a6d8ace34fa32e86.tar.bz2 pyramid-fab8c5dc3555bad27214bcd3a6d8ace34fa32e86.zip | |
IForbiddenView utility registration -> forbidden directive
INotFoundView utility registry -> notfound directive
Diffstat (limited to 'docs/tutorials/bfgwiki/src/authorization')
| -rw-r--r-- | docs/tutorials/bfgwiki/src/authorization/tutorial/configure.zcml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/bfgwiki/src/authorization/tutorial/configure.zcml b/docs/tutorials/bfgwiki/src/authorization/tutorial/configure.zcml index c8c0aa77e..d13d812a8 100644 --- a/docs/tutorials/bfgwiki/src/authorization/tutorial/configure.zcml +++ b/docs/tutorials/bfgwiki/src/authorization/tutorial/configure.zcml @@ -5,7 +5,7 @@ <scan package="."/> - <utility provides="repoze.bfg.interfaces.IForbiddenView" - component=".login.login"/> + <forbidden + view=".login.login"/> </configure> |
