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

Implemented method to override the password hashing algorithm #672

Merged
merged 1 commit into from
Jan 11, 2016

Conversation

ashiina
Copy link
Contributor

@ashiina ashiina commented Nov 18, 2015

By having sha1($password) hard-coded in the storage classes, it lacks flexibility for users who want to select a different password hashing algorithm.
I encapsulated the hashing algorithm in an overridable method hashPassword().

@bshaffer
Copy link
Owner

LGTM

bshaffer added a commit that referenced this pull request Jan 11, 2016
Implemented method to override the password hashing algorithm
@bshaffer bshaffer merged commit b9da77c into bshaffer:develop Jan 11, 2016
@bshaffer bshaffer mentioned this pull request Jan 6, 2017
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.

2 participants