Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display and manage user account status in the frontend #9426

Merged
merged 7 commits into from Nov 10, 2020

Conversation

kmerz
Copy link
Member

@kmerz kmerz commented Nov 10, 2020

Motivation

If a user is on vacation a often used routine is to disable a user account. Right now the backend did support disable and enabling a user account but the frontend did not use it.

Description

  • Show user enable and disable status in users details page and useroverivew
  • Add a enable / disable menu item to a user in the useroverview page
  • Also: Add missing permission check in the backend resource

Fixes #9413

@kmerz kmerz added the users label Nov 10, 2020
@kmerz kmerz added this to the 4.0.0 milestone Nov 10, 2020
Copy link
Member

@mpfz0r mpfz0r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM

Copy link
Contributor

@linuspahl linuspahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@bernd bernd merged commit 886f3b1 into master Nov 10, 2020
@bernd bernd deleted the issue-9077-ui-user-statuts branch November 10, 2020 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow modification and display user status in the web interface
4 participants