Skip to content
New issue

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

User can't change his profile with certain ACL #412

Closed
seb-vial opened this issue Jan 28, 2016 · 4 comments
Closed

User can't change his profile with certain ACL #412

seb-vial opened this issue Jan 28, 2016 · 4 comments
Assignees

Comments

@seb-vial
Copy link

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 ?

@Vivalldi
Copy link
Contributor

You would also need to grant access to the users page. your updated permissions would look like

admin:
    login: true
    pages: true
    users: true

@seb-vial
Copy link
Author

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

@flaviocopes
Copy link
Contributor

Right, anyone with admin.login should be able to see their profile.

@flaviocopes flaviocopes self-assigned this Jan 29, 2016
Vivalldi pushed a commit to Vivalldi/grav-plugin-admin that referenced this issue Apr 20, 2016
@flaviocopes
Copy link
Contributor

Fixed by #524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants