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

Password updated change password incorrectly #53

Closed
parkervcp opened this issue Feb 2, 2016 · 1 comment
Closed

Password updated change password incorrectly #53

parkervcp opened this issue Feb 2, 2016 · 1 comment
Labels
bug Something that's not working as it's intended to be.
Milestone

Comments

@parkervcp
Copy link
Member

In the /admin/accounts/view/ pages when you change a password it updates but no to the correct password.

It updated the passwords in plaintext and not encrypting the passwords in the db.

@DaneEveritt DaneEveritt added bug Something that's not working as it's intended to be. priority: critical labels Feb 2, 2016
@DaneEveritt
Copy link
Member

Issue is due to the code on this line. $user['password'] should actually be $data['password'].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as it's intended to be.
Projects
None yet
Development

No branches or pull requests

2 participants