Actions
Bug #5816
closedNon-admin user should be able to modify self
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1083154
Description of problem:
Version-Release number of selected component (if applicable):
1.5.0-14.201403312022git846ebfb.el6
How reproducible:
In hammer cli, and foreman setup with katello plugin.
Steps to Reproduce:
$ hammer -v -u admin -p changeme --output csv user create --firstname='s066f8' --lastname='4i61' --mail='gm8nzs@example.com' --login='gm8nzs'
--password='4wqw2' --auth-source-id='1'
'User created,197'
$ hammer -v -u gm8nzs -p 4wqw2 --output csv user info --id='197'
Forbidden - server refused to process the request
Actual results:
User is not able to read himself
Expected results:
User should at least be able to read himself
Actions