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

Suspend User Accounts #2702

Open
Pankraz01 opened this issue Nov 12, 2020 · 8 comments
Open

Suspend User Accounts #2702

Pankraz01 opened this issue Nov 12, 2020 · 8 comments
Labels
feature request A request for a new feature.

Comments

@Pankraz01
Copy link

Pankraz01 commented Nov 12, 2020

It should be possible to suspend user accounts.

A suspended account can't login and therefore has no access to any servers. When a suspended user tries to login it should be indicated that their account is suspended.

The suspension state of an account should be tracked by a suspended_at column, storing the date of the date when the account was suspended. If it is non-empty, the account is considered suspended.

@DaneEveritt
Copy link
Member

What would be your reasoning for suspending a user from the Panel?

@Pankraz01
Copy link
Author

There are a few advantages:

  • Deactivating User for later use, without deleting whole permission settings
  • Deactivate User after ignoring all three reminder

This is not a priority one Feature request, but a nice little addon :)

@schrej
Copy link
Member

schrej commented Nov 13, 2020

There are no "priority feature requests" anyway.

@Pankraz01
Copy link
Author

@schrej i mean there are stuff that might be more important than this feature :D

@DaneEveritt
Copy link
Member

This should be handled by your billing software, there is no reason to suspend a user account if they don't have access to any non-suspended servers.

@DaneEveritt DaneEveritt reopened this Nov 14, 2020
@schrej schrej added feature request A request for a new feature. Good First Issue labels Nov 14, 2020
@DaneEveritt
Copy link
Member

After speaking with @schrej I'll re-open this for now.

@schrej schrej changed the title [Feature Request] Suspend User Accounts Suspend User Accounts Nov 14, 2020
@real2two
Copy link

real2two commented Dec 8, 2020

This would also be good for anyone trying to use the API. Possibly suspending a user would suspend all their servers. (instead of multiple requests)

@wolfier74

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for a new feature.
Projects
Status: 🆕 New
Development

No branches or pull requests

5 participants