diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-20 16:45:03 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-20 16:45:03 -0400 |
| commit | 449287942782a24dbe31a60ca791d677fd0ba003 (patch) | |
| tree | b0d4b90186522e68ea8b9a06cd2528013a92273c /TODO.txt | |
| parent | b8c79771a186f1032635fc640b3cecc2c9e281ad (diff) | |
| download | pyramid-449287942782a24dbe31a60ca791d677fd0ba003.tar.gz pyramid-449287942782a24dbe31a60ca791d677fd0ba003.tar.bz2 pyramid-449287942782a24dbe31a60ca791d677fd0ba003.zip | |
- The ``RemoteUserAuthenticationPolicy ``, ``AuthTktAuthenticationPolicy``,
and ``SessionAuthenticationPolicy`` constructors now accept an additional
keyword argument named ``debug``. By default, this keyword argument is
``False``. When it is ``True``, debug information will be sent to the
Pyramid debug logger (usually on stderr) when the ``authenticated_userid``
or ``effective_principals`` method is called on any of these policies. The
output produced can be useful when trying to diagnose
authentication-related problems.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -14,12 +14,11 @@ Should-Have Nice-to-Have ------------ +- _fix_registry should dictify the registry being fixed. + - Make "localizer" a property of request (instead of requiring "get_localizer(request)"? -- Debugging setting for detecting why authenticated_userid(request) might - return None. - - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). |
