diff options
| author | Barry Warsaw | 2017-01-28 17:35:51 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-28 17:35:51 +0000 |
| commit | ba08609f28f7193a020a57e90bb887d59f1543bc (patch) | |
| tree | ad0e839ba66d19a58a419eab27428c611f6c2570 /src/mailman/rest/users.py | |
| parent | dfb807e04037786a62e7635d0b37e0695a77d5d6 (diff) | |
| parent | 99671bec296123d2934d690557494233f349fc8f (diff) | |
| download | mailman-ba08609f28f7193a020a57e90bb887d59f1543bc.tar.gz mailman-ba08609f28f7193a020a57e90bb887d59f1543bc.tar.zst mailman-ba08609f28f7193a020a57e90bb887d59f1543bc.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: |
