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

Creating a new user does not hash the password. #55

Closed
nextpulse opened this issue Feb 23, 2015 · 1 comment
Closed

Creating a new user does not hash the password. #55

nextpulse opened this issue Feb 23, 2015 · 1 comment

Comments

@nextpulse
Copy link

If you create a new user via the admin panel, the password/confirmation code is not hashed.
Hence the new user cannot login.
The workaround is to edit the user again via admin.

The bug is in UserController,::postCreate().
NOTE: it should hash the password as in postEdit()

@stojankukrika
Copy link
Collaborator

Thank you @nextpulse . I fix it now. 👍

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

No branches or pull requests

2 participants