diff options
| author | Barry Warsaw | 2011-03-18 15:01:57 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-03-18 15:01:57 -0400 |
| commit | dee26f391da59c68a23f8fb960dff9ebd879e916 (patch) | |
| tree | 9ca545beecf73f7cdaeff7ffd065ccb4dafd72ee /src/mailman/interfaces/user.py | |
| parent | ef3a4a87e2c0f4b640e31afc4828d2edbd005846 (diff) | |
| download | mailman-dee26f391da59c68a23f8fb960dff9ebd879e916.tar.gz mailman-dee26f391da59c68a23f8fb960dff9ebd879e916.tar.zst mailman-dee26f391da59c68a23f8fb960dff9ebd879e916.zip | |
Diffstat (limited to 'src/mailman/interfaces/user.py')
| -rw-r--r-- | src/mailman/interfaces/user.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/interfaces/user.py b/src/mailman/interfaces/user.py index 5e894701f..18655e4d8 100644 --- a/src/mailman/interfaces/user.py +++ b/src/mailman/interfaces/user.py @@ -38,6 +38,9 @@ class IUser(Interface): password = Attribute( """This user's password information.""") + user_id = Attribute( + """The user's unique, random, identifier (sha1 hex digest).""") + addresses = Attribute( """An iterator over all the `IAddresses` controlled by this user.""") |
