User management in a new prj #366
-
When creating a new project with BackPack (v5.4.14) and DevTools a User model is created which saves the password in plain text, am I wrong? What is the best solution instead? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think i make a mistake, by default a backpack project use default bcrypt, i think.. |
Beta Was this translation helpful? Give feedback.
-
New projects start off with a widget on the Dashboard that explains how to create a Users CRUD. Please follow the instructions there, they cover everything you wanted and more. You can also see the instructions in HTML here: https://github.com/Laravel-Backpack/CRUD/blob/main/src/resources/views/base/inc/getting_started.blade.php |
Beta Was this translation helpful? Give feedback.
New projects start off with a widget on the Dashboard that explains how to create a Users CRUD. Please follow the instructions there, they cover everything you wanted and more. You can also see the instructions in HTML here: https://github.com/Laravel-Backpack/CRUD/blob/main/src/resources/views/base/inc/getting_started.blade.php