Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

inappropriate permissions for administrators #111

Open
Oxymoron290 opened this issue May 17, 2013 · 1 comment
Open

inappropriate permissions for administrators #111

Oxymoron290 opened this issue May 17, 2013 · 1 comment

Comments

@Oxymoron290
Copy link

Just documenting my find, and I already have a resolution for it. However, I found the bug while fixing another issue. I realized that as full administrator I didn't have enough privileges to edit the fleet, after digging around it was due to the installation script giving the administrator group the wrong value of permissions.

As I stated before, I have already resolved the issue, but since I am still resolving the other issue I don't feel comfortable submitting the pull request just yet.

If I happen to die in the next couple of hours:

on ./install/fixtures/install.sql edit line 11, it's new content should be the following:

INSERT INTO phpvms_groups (name, permissions, core) VALUES ('Administrators', '2147483647', 1);

@Oxymoron290 Oxymoron290 mentioned this issue May 17, 2013
Closed
@Oxymoron290
Copy link
Author

566129d

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

No branches or pull requests

1 participant