diff options
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: |
