thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Password is not encrypted when creating a new user #5735

Open haceneouserir opened 1 year ago

haceneouserir commented 1 year ago

Laravel version

9

PHP version

8.1.15

Voyager version

1.6.0

Database

MySql 8.0.32

Description

Password is not encrypted when creating a new normal or admin user.

Steps to reproduce

Expected behavior

I expected to create a new user with an encrypted password, but I saw that the password is plain text.

Screenshots

No response

Additional context

No response