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

If keyring.get_password fails, allow re-authorization. #426

Merged
merged 1 commit into from Jun 7, 2014

Conversation

utkarshsins
Copy link
Contributor

This connects with issue #425.

Reauthorization should be allowed if any part of initialization fails. A user should not be locked out of the program with no option to restart.

If get_password fails, stacktrace is generated and None is returned, which makes provider.daemon.ProviderApp believe no authorization has taken place and allow the user to reauthorize.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) when pulling 9b0f463 on utkarshsins:issue-425 into da42774 on nvbn:develop.

@nvbn
Copy link
Owner

nvbn commented Jun 7, 2014

Thank you.

nvbn added a commit that referenced this pull request Jun 7, 2014
If keyring.get_password fails, allow re-authorization.
@nvbn nvbn merged commit c478db0 into nvbn:develop Jun 7, 2014
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

3 participants