summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-17 20:20:15 -0600
committerMichael Merickel <michael@merickel.org>2014-11-17 20:20:15 -0600
commit3be89551889d87c5f7d86c18f2e92f03470ff4f9 (patch)
tree01be54a1ee57f59260cd31e4189ce968656013c9 /TODO.txt
parent2b59a35c4b5ec0f7052aacce3ffa66ce74cbae56 (diff)
parent170404ecddd2837b682f4af26575f03ccf456841 (diff)
downloadpyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.tar.gz
pyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.tar.bz2
pyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.zip
Merge pull request #1399 from Pylons/feature.security-docs-enhancements
security docs enhancements
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 62b8c39f4..e738b58d8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -125,7 +125,10 @@ Future
- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default
``hashalg`` to ``sha512``.
-- 1.8 Remove set_request_property.
+- 1.8: Remove set_request_property.
+
+- 1.9: Remove extra code enabling ``pyramid.security.remember(principal=...)``
+ and force use of ``userid``.
Probably Bad Ideas
------------------