summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/member.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-04-08 05:50:35 -0400
committerBarry Warsaw2011-04-08 05:50:35 -0400
commit0a58c7a9f2fe97665fba102eea9287b28575de5c (patch)
treef8d021e14f6708bcf4f68624f01a0c0f76a315f3 /src/mailman/interfaces/member.py
parentc4cf2ab7df4d4fd1437e22c89e9b396418d3a9c5 (diff)
parent664cc74fd0c0156424e8fa891d1a9e75faabd09d (diff)
downloadmailman-0a58c7a9f2fe97665fba102eea9287b28575de5c.tar.gz
mailman-0a58c7a9f2fe97665fba102eea9287b28575de5c.tar.zst
mailman-0a58c7a9f2fe97665fba102eea9287b28575de5c.zip
Merge passwords into rest
Diffstat (limited to 'src/mailman/interfaces/member.py')
-rw-r--r--src/mailman/interfaces/member.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/interfaces/member.py b/src/mailman/interfaces/member.py
index d20580498..a5e693411 100644
--- a/src/mailman/interfaces/member.py
+++ b/src/mailman/interfaces/member.py
@@ -127,6 +127,9 @@ class IMember(Interface):
address = Attribute(
"""The email address that's subscribed to the list.""")
+ user = Attribute(
+ """The user associated with this member.""")
+
preferences = Attribute(
"""This member's preferences.""")