diff options
| author | Barry Warsaw | 2011-04-08 05:50:35 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-04-08 05:50:35 -0400 |
| commit | 0a58c7a9f2fe97665fba102eea9287b28575de5c (patch) | |
| tree | f8d021e14f6708bcf4f68624f01a0c0f76a315f3 /src/mailman/interfaces/member.py | |
| parent | c4cf2ab7df4d4fd1437e22c89e9b396418d3a9c5 (diff) | |
| parent | 664cc74fd0c0156424e8fa891d1a9e75faabd09d (diff) | |
| download | mailman-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.py | 3 |
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.""") |
