Hello, I’ve been playing with my first Grav setup but I ran into an issue with trying to log in to the admin panel.
I upgraded my grav instance to the lastest version(v1.0.0-rc.3) and then updated the admin plugins and the email, login, etc. as per the doc instructions. But now when i go the admin page after updating I get an “Access Denied…” message. Any simple fix for this?
Ok, that’s a Grav config thing then, not an apache “access denied” screenshots are often more helpful than text
So looks like your user yaml is not correct. If you look at your user/accounts/admin.yaml (or whatever your user is called), make sure it is in this format:
Copying your format for the user worked! So when you create a new user using gpm in the command line, is the structure incorrect? I dont understand why it wasnt working before. Thanks for all your help