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

Add option to delete user on authorize panel #44

Closed
wants to merge 1 commit into from

Conversation

leportella
Copy link
Collaborator

@leportella leportella commented Jan 25, 2019

Add button that allows admin to delete user

screen shot 2019-01-25 at 12 54 21

@yuvipanda
Copy link
Contributor

Heya! There's already a 'delete user' button in the default JupyterHub admin panel, right? We should try to hook into that somehow rather than making a new option here...

@yuvipanda
Copy link
Contributor

Based on #28 (comment), it looks like the delete_user method on Authenticator is called when the admin deletes the user from the admin panel. We should override that method, and use it to delete the user info from our table as well.

@leportella
Copy link
Collaborator Author

Perfect! I'll close this now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants