Unauthorized User #5362
Answered
by
duncanmcclean
HazemMohamed252
asked this question in
Q&A
-
After create user from cp and try to login with it via http://127.0.0.1:8000/cp/auth/unauthorized it gives me Unauthorized. i am using eloquent driver. Can i know the reason ? |
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Feb 28, 2022
Replies: 1 comment 7 replies
-
Your user doesn't have access to the Control Panel. In the |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
HazemMohamed252
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your user doesn't have access to the Control Panel.
In the
users
table, there will be asuper
column (can't remember the exact name), make thattrue
/1
and go to/cp
and you'll be able to see the CP.