summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/security.py b/src/pyramid/security.py
index 5d8e916d7..fd05746bd 100644
--- a/src/pyramid/security.py
+++ b/src/pyramid/security.py
@@ -279,7 +279,7 @@ class ACLAllowed(ACLPermitsResult, Allowed):
class SecurityAPIMixin(object):
@property
- def identity(self):
+ def authenticated_identity(self):
"""
Return an opaque object identifying the current user or ``None`` if no
user is authenticated or there is no :term:`security policy` in effect.