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

Refactor site editing code to only prompt for password once. #15

Closed
Orrison opened this issue Oct 15, 2019 · 1 comment
Closed

Refactor site editing code to only prompt for password once. #15

Orrison opened this issue Oct 15, 2019 · 1 comment
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed

Comments

@Orrison
Copy link
Owner

Orrison commented Oct 15, 2019

Currently, when a site is edited it asks for the users password twice. This is due to the fact that it makes two sudo-prompt actions.
One to add the new record and one to delete the old one.

This should be combined somehow so the user does not have to input their password twice.

@Orrison Orrison added enhancement New feature or request help wanted Extra attention is needed Hacktoberfest labels Oct 15, 2019
@Orrison
Copy link
Owner Author

Orrison commented Oct 29, 2019

Solved by PR #17

@Orrison Orrison closed this as completed Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant