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

User passwords are not getting hashed #64

@smaxx1337

Description

@smaxx1337

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions