-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to delete user via API #11
Comments
This isn't possible at the moment. The simple reason for this is that I've been wondering whether deleting a user should also delete the user's apps. If anybody has any thoughts on that, I'm all ears. |
I think a web site is the best solution for user management. |
You're correct, there's currently no way of deleting an app either. I guess that for a normal user to be able to delete his/her own account, having to delete their apps first could make sense, but it feels like the sort of measure that should be taken care of on the client-side, not Ishiki's. At the moment, I'm quite keen on only allowing admins to delete users, possibly with an option to clear their apps at the same time. I would also implement a way for normal users to delete their own apps (but not their own account). Would that work for you? |
Sure, I can survive with that :p |
In fact, I want to use ishiki in my project (and replace all my 'custom' solution with this). |
How can I delete a user with API ?
The text was updated successfully, but these errors were encountered: