Hide Forgot
At least it's hashed, but this is still really ugly that we return it. In [4]: pic.GET('/users/admin/') Out[4]: (200, {u'_id': u'7384d011-35f7-485b-913f-5bc0b8680c63', u'_ns': u'users', u'id': u'7384d011-35f7-485b-913f-5bc0b8680c63', u'login': u'admin', u'name': None, u'password': u'64pJHslFvWA=,szkMUZ7Kz4PCTIWfvaq6oKTbzmkmHeJGDsKKHx+c6UM=', u'roles': [u'super-users']})
removed the field from all the returned user instances.
build: 0.238
[root@preethi ~]# rpm -q pulp pulp-0.0.238-1.fc15.noarch [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# curl -k -u admin:admin --request GET https://localhost/pulp/api/users/admin/ {"_id": "8e91315d-0765-4f79-8ad4-bd3c76d6a125", "name": null, "roles": ["super-users"], "_ns": "users", "login": "admin", "id": "8e91315d-0765-4f79-8ad4-bd3c76d6a125"}[root@preethi ~]#
Pulp v1.0 is released Closed Current Release.
Pulp v1.0 is released.