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

Use bcrypt hashing for user/pasword creation #117

Merged
merged 1 commit into from
Aug 31, 2018
Merged

Conversation

tlugger
Copy link
Contributor

@tlugger tlugger commented Aug 28, 2018

Description

When new users are created (either through add_user, new, or config with --username and --password flags passed) the password will be hashed using a bcrypt function. This password will be validated on newer versions of the nio basic secuirty module for all api requests.

JIRA Issue (Optional)

NIO-1175

Todos

  • Tested and working locally
  • Unit Tests
  • Updated documentation
  • Add a label to the PR

@tlugger tlugger added the change/security vulnerability fixes label Aug 28, 2018
@shadetree01010100 shadetree01010100 merged commit 99e58de into master Aug 31, 2018
@shadetree01010100 shadetree01010100 deleted the NIO-1175 branch August 31, 2018 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change/security vulnerability fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants