#862 rfe: add user edit
Closed: Fixed 4 years ago by tkopecek. Opened 6 years ago 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

4 years ago

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

4 years ago

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)

4 years ago

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?

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

4 years ago

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

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

4 years ago

Metadata Update from @dgregor:
- Issue assigned to breilly

4 years ago

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

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1713 Merged 4 years ago
  • #902 Merged 4 years ago