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

Remove stale user salts #19004

Merged
merged 1 commit into from Dec 4, 2018
Merged

Conversation

Eriner
Copy link
Contributor

@Eriner Eriner commented Dec 4, 2018

Description:

data['salt'] was originally used as a part of the pbkdf2 implementation.
I failed to remove this as a part of the cleanup in #18736.

Example entry for configuration.yaml (if applicable):

auth_providers:
  - type: homeassistant

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

user['salt'] was originally used as a part of the pbkdf2 implementation.
I failed to remove this as a part of the cleanup in home-assistant#18736.
@homeassistant homeassistant added cla-signed core small-pr PRs with less than 30 lines. labels Dec 4, 2018
@ghost ghost added the in progress label Dec 4, 2018
@balloob balloob merged commit 38b09b1 into home-assistant:dev Dec 4, 2018
@ghost ghost removed the in progress label Dec 4, 2018
@balloob balloob mentioned this pull request Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed core small-pr PRs with less than 30 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants