diff options
| author | Barry Warsaw | 2017-01-28 13:23:39 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-28 13:23:39 -0500 |
| commit | 91e99645ca80185a30a84744cef441bba96cf6a8 (patch) | |
| tree | 3540c86b26ab6d8031bf14a2d655966b20cb8f31 /src/mailman/rest/users.py | |
| parent | 7c97e8fbdb90a1a0de1526d7a6f108e95415d6a0 (diff) | |
| parent | ba08609f28f7193a020a57e90bb887d59f1543bc (diff) | |
| download | mailman-91e99645ca80185a30a84744cef441bba96cf6a8.tar.gz mailman-91e99645ca80185a30a84744cef441bba96cf6a8.tar.zst mailman-91e99645ca80185a30a84744cef441bba96cf6a8.zip | |
Diffstat (limited to 'src/mailman/rest/users.py')
| -rw-r--r-- | src/mailman/rest/users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/users.py b/src/mailman/rest/users.py index 44dfba730..2e743bdaf 100644 --- a/src/mailman/rest/users.py +++ b/src/mailman/rest/users.py @@ -131,7 +131,7 @@ class _UserBase(CollectionMixin): is_server_owner=user.is_server_owner, self_link=self.api.path_to('users/{}'.format(user_id)), user_id=user_id, - ) + ) # Add the password attribute, only if the user has a password. Same # with the real name. These could be None or the empty string. if user.password: |
