Can't add new user by form #608
Unanswered
chalathadoa
asked this question in
Q&A
Replies: 2 comments
-
Hi. |
Beta Was this translation helpful? Give feedback.
0 replies
-
To add new user you should use attemptRegister() method from AuthController.php file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I try to add new user with form. I wanna set the password by default. but it seems the data doesn't added in database yet view return in table user and the flashdata has been appear. This is my save method:
I've tried both insert with builder and model user. and it didn't work. I watch some tutorial which use the same method and it worked. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions