How do i register a user for 2nd panel from admin panel?
So im building a 3 panel app , 1st admin, 2nd mentor, 3rd interns,
Only interns login panel have a registration() button, the admin and mentor login panel doesn't have the registration(),
Im planning to add the mentor panel user from admin panel menu, so like registering mentor email & password from admin side,
I tried using UserResource and asssign mentor role to the account, but when i tried login using the /mentor panel, it said it didn't recognize the account
Im using Shield for role and permission
2 Replies