#862 rfe: add user edit
Closed: Fixed by tkopecek. Opened by mikem.

Sometimes admins need to make user adjustments, but the api provides no way to do this. This work will include:

  1. an api call [admin only]
  2. a cli wrapper for said call

The call should include the ability to rename a user, similar to the the call for editing tags does.


Should we add also history data for such edits?

Metadata Update from @dgregor:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.19

Metadata Update from @jcupova:
- Issue tagged with: testing-done

Commit fda86ce7 fixes this issue

Since the fixes of issue #1629 changed the schema of users table. we need to fix editUser() API as well

Metadata Update from @julian8628:
- Issue status updated to: Open (was: Closed)

Additional problem is, that tests are not behaving well on RHEL6.

@breilly Do you've time to look at this, or should I take it?

@tkopecek I'm working on it

@julian8628 :thumbsup:

Metadata Update from @tkopecek:
- Issue untagged with: testing-done

combined the fix in #1701, since it needs the code changes in that PR.

Commit 97cee1c3 fixes this issue

Metadata Update from @jcupova:
- Issue tagged with: testing-done

Metadata Update from @dgregor:
- Issue assigned to breilly

1713 fixes a typo I made

Metadata Update from @julian8628:
- Issue status updated to: Open (was: Closed)

Commit 0befa5ce fixes this issue

Commit f66bb81a fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/862

Please continue any further discussion there.

Metadata
Related Pull Requests