We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've tried tu use ACL for a particular user who's simply going to add pages and edit them. I gave this user certain permissions like this:
admin: login: true pages: true
It turns out, this user can't change his profile info, permission denied... I'm guessing this is not the expected behaviour ?
The text was updated successfully, but these errors were encountered:
You would also need to grant access to the users page. your updated permissions would look like
admin: login: true pages: true users: true
Sorry, something went wrong.
Well wouldn't it me more logical that whoever can log in, should also be able to edit his own profile ?
Plus, I don't see anything about admin.users here http://learn.getgrav.org/admin-panel/faq#managing-acl
admin.users
Right, anyone with admin.login should be able to see their profile.
admin.login
fixes getgrav#412
881a45e
Fixed by #524
flaviocopes
No branches or pull requests
Hi,
I've tried tu use ACL for a particular user who's simply going to add pages and edit them.
I gave this user certain permissions like this:
It turns out, this user can't change his profile info, permission denied...
I'm guessing this is not the expected behaviour ?
The text was updated successfully, but these errors were encountered: