User Created in users but not auth_identities #1130
Unanswered
nuelcyoung
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Why do you need to add name? There are two methods: shield/src/Models/UserIdentityModel.php Line 63 in 22a8b3b shield/src/Models/UserIdentityModel.php Line 551 in 22a8b3b |
Beta Was this translation helpful? Give feedback.
1 reply
-
try using this $users = auth()->getProvider(); instead $users = new UserModel(); |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently modified the codeigniter 4 shield the email and password populates but i cant seem to figure out how to insert the name field in auth_identities
Beta Was this translation helpful? Give feedback.
All reactions