-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Global configuration to prevent users from deleting their own account #1756
Comments
My vote is for Approach 1 I would also like to suggest Approach 3, have a global variable in app.ini, so that it would apply to every source and prevent account deletion altogether. Also, IMO, the administrator should have absolute authority over this and hence we should avoid placing any UI configurable element. |
I will wait for comments from other members to see which implementation should be done. |
Maybe a global option to disable_user_suicide |
When you said global option, you mean inside conf.ini? |
I'm currently using the app.ini file to define gobal configuration variables. |
@DblK yes |
should be resolved by #20549 |
Fixed by #29275 |
[x]
):Description
There should be a default admin level configuration to prevent users from deleting their own account.
This has currently led to an issue on our installation, wherein, we use only the SMTP login source.
A user logs in once, admin sets their repo limit to 0.
The user deletes their account and signs back in, this is making the repo setting go back to -1 (unlimited)
This is just one problem.
We do not want any of the users of our ORG to have the ability to delete their own accounts for multiple other reasons as well.
The text was updated successfully, but these errors were encountered: