Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

User passwords are not getting hashed #64

Closed
smaxx1337 opened this issue Sep 10, 2020 · 1 comment · Fixed by #65
Closed

User passwords are not getting hashed #64

smaxx1337 opened this issue Sep 10, 2020 · 1 comment · Fixed by #65
Assignees
Labels

Comments

@smaxx1337
Copy link

Describe the bug
When creating users or changing passwords, the passwords are getting stored in plaintext and not in bcrypt, like the "dummy" users.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '/users'
  2. Click on 'Create a new User'
  3. Create a new user and set the password.
  4. Check the database, passwords are getting stored as plaintext.

Or:

  1. Go to '/users'
  2. Click on a user and edit the password

Expected behavior
It should hash the passwords with bcrypt.

Screenshots
image

I can not find any error in the error_log or in the laravel.log.

@pacoorozco pacoorozco self-assigned this Sep 10, 2020
@pacoorozco pacoorozco added the bug label Sep 10, 2020
@pacoorozco
Copy link
Owner

Hi @smaxx1337

I am really embarrassed by this bug 🤦 Let me fix it immediately. Sorry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants