summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/interfaces.py b/src/pyramid/interfaces.py
index c0ff317a4..af3c61503 100644
--- a/src/pyramid/interfaces.py
+++ b/src/pyramid/interfaces.py
@@ -483,7 +483,7 @@ class IViewMapperFactory(Interface):
class ISecurityPolicy(Interface):
- def authenticated_userid(request, identity):
+ def authenticated_userid(request):
""" Return a :term:`userid` string identifying the trusted and
verified user, or ``None`` if unauthenticated.
"""