forked from nicwaller/yourls-authmgr-plugin
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't delete or edit own links being other than an administrator. #15
Comments
I can confirm this error exist also for my Installation. |
I've looked into this and I think I've isolated the problem. however I'm quite busy AFK at this time. I encourage pull requests. |
Apologies this took so long to address. Latest (2.1.2) addresses this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good morning. The plugin is amazing but I'm having a weird issue with roles. As the title says, here is my problem:
I followed the configuration from Readme, writing something like this:
$amp_role_assignment = array( 'administrator' => array( 'user1' ), 'editor' => array( 'user2' ), 'contributor' => array( 'user3' ) );
If, for example, I move user2 to the administrator array then I can delete links, not otherwise.
Any ideas? Thank you in advance. 😄
The text was updated successfully, but these errors were encountered: