diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-08-31 01:55:07 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-08-31 01:55:07 -0700 |
| commit | 45de86a44ff1a312720304504e49e6fdc219b9cd (patch) | |
| tree | b0dcb36ed492e2180d5c7a1222c644003349f0af /docs | |
| parent | 66d97b1eec7620bdc7e81d80e601745a83c85d39 (diff) | |
| parent | a512769644eb6e9773d9805a5fe4dfc85e31ded9 (diff) | |
| download | pyramid-45de86a44ff1a312720304504e49e6fdc219b9cd.tar.gz pyramid-45de86a44ff1a312720304504e49e6fdc219b9cd.tar.bz2 pyramid-45de86a44ff1a312720304504e49e6fdc219b9cd.zip | |
Merge pull request #1884 from stevepiercy/master
move extra credit question about @forbidden_view_config from authenti…
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/authentication.rst | 3 | ||||
| -rw-r--r-- | docs/quick_tutorial/authorization.rst | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/authentication.rst b/docs/quick_tutorial/authentication.rst index a4ab83c45..7fd8173d4 100644 --- a/docs/quick_tutorial/authentication.rst +++ b/docs/quick_tutorial/authentication.rst @@ -123,9 +123,6 @@ Extra Credit #. Can I use a database behind my ``groupfinder`` to look up principals? -#. Do I have to put a ``renderer`` in my ``@forbidden_view_config`` - decorator? - #. Once I am logged in, does any user-centric information get jammed onto each request? Use ``import pdb; pdb.set_trace()`` to answer this. diff --git a/docs/quick_tutorial/authorization.rst b/docs/quick_tutorial/authorization.rst index 08df15a28..855043f7f 100644 --- a/docs/quick_tutorial/authorization.rst +++ b/docs/quick_tutorial/authorization.rst @@ -101,6 +101,9 @@ by decorating the view with ``@forbidden_view_config``. Extra Credit ============ +#. Do I have to put a ``renderer`` in my ``@forbidden_view_config`` + decorator? + #. Perhaps you would like the experience of not having enough permissions (forbidden) to be richer. How could you change this? |
