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

Manage users panel #194

Merged
merged 4 commits into from
Jul 6, 2020
Merged

Conversation

ben-kaufman
Copy link
Contributor

Adds a list of existing users and the option to delete each user to the authentication settings page, visible only to the admin.

@stepansnigirev
Copy link
Contributor

Breaks when I try to delete the user. auth key is not in request.form.

These lines need to be moved to if action == "save"::

if current_user.is_admin:
    auth = request.form['auth']

https://github.com/cryptoadvance/specter-desktop/pull/194/files#diff-a386d70e20c16c989ef22377f5ca3398L334-L335

@ben-kaufman
Copy link
Contributor Author

Ok, I moved that, should be good now.

@stepansnigirev stepansnigirev merged commit b52785e into cryptoadvance:master Jul 6, 2020
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.

2 participants