diff options
| author | Barry Warsaw | 2017-01-26 19:56:34 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-26 19:56:34 -0500 |
| commit | 99671bec296123d2934d690557494233f349fc8f (patch) | |
| tree | ad0e839ba66d19a58a419eab27428c611f6c2570 /src/mailman/rest/users.py | |
| parent | dfb807e04037786a62e7635d0b37e0695a77d5d6 (diff) | |
| download | mailman-99671bec296123d2934d690557494233f349fc8f.tar.gz mailman-99671bec296123d2934d690557494233f349fc8f.tar.zst mailman-99671bec296123d2934d690557494233f349fc8f.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: |
