Skip to content

Commit

Permalink
Patch to fix duplicate password prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
rantonucci-washpost committed Sep 27, 2018
1 parent 97e3868 commit c602669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v3.0.0
## v3.0.1

- Moved back to opensource development
- Better experience for first time users
Expand Down
4 changes: 0 additions & 4 deletions clokta/config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ class ConfigGenerator(object):
'name': 'okta_username',
'required': True,
'save_to': 'default'
},{
'name': 'okta_password',
'required': True,
'secret': True
},{
'name': 'okta_org',
'required': True,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='clokta',
version='3.0.0',
version='3.0.1',
packages=find_packages(),
include_package_data=True,
py_modules=['clokta'],
Expand All @@ -26,7 +26,7 @@
author="Robert Antonucci and the WaPo platform tools team",
author_email="opensource@washingtonpost.com",
url="https://github.com/washingtonpost/clokta",
download_url="https://github.com/washingtonpost/clokta/tarball/v3.0.0",
download_url="https://github.com/washingtonpost/clokta/tarball/3.0.1",
keywords=['okta', 'clokta', 'aws', 'cli'],
classifiers=[]
)

0 comments on commit c602669

Please sign in to comment.