Changeset 5759
- Timestamp:
- 11/24/08 05:28:38 (2 months ago)
- Files:
-
- docs/2.0/docs/main/Auth/Authentication.rst (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
docs/2.0/docs/main/Auth/Authentication.rst
r5750 r5759 67 67 68 68 69 How it works in TurboGears applications by default70 ======================================= ===========69 How it works in TurboGears applications 70 ======================================= 71 71 72 72 TurboGears itself doesn't deal directly with :mod:`repoze.who`. It's configured … … 74 74 special way so that authorization can work. 75 75 76 You don't have to use :mod:`repoze.who` directly, unless you decide not to use 77 it the way TurboGears configures it, except if you need to access data stored 78 in the `identity` dict which was explained above. 76 You don't have to use :mod:`repoze.who` directly either, unless you decide not 77 to use it the way TurboGears configures it through :mod:`repoze.what`. 79 78 80 79 … … 85 84 `the repoze.who website <http://static.repoze.org/whodocs/>`_ to check if the 86 85 plugin you're looking for is already available or how to create your own plugins. 87 Then you should also check `the repoze.what manual88 <http://static.repoze.org/whatdocs/>`_ to learn how tosetup the new settings.86 Then you should also check the :mod:`repoze.what` documentation to learn how to 87 setup the new settings.