Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Dewritos on October 22, 2016, 04:59:35 PM

Title: Accidentally revoked the privileges setting for super admins.
Post by: Dewritos on October 22, 2016, 04:59:35 PM
Title says it all, I was wondering if there is any fix?
Title: Re: Accidentally revoked the privileges setting for super admins.
Post by: iViscosity on October 22, 2016, 05:08:12 PM
If you have access to the server console, you could manually add them back in with ulx groupallow. If not, you could edit the "superadmin" section in your data/ulib/groups.txt to the default.
Code: [Select]
"superadmin"
{
   "allow"
   {
   }
   "inherit_from"   "admin"
}
but, anything specifically added to them otherwise will need to be re-added ingame.


It's easier to use groupallow, though.
Title: Re: Accidentally revoked the privileges setting for super admins.
Post by: Bite That Apple on October 23, 2016, 03:11:19 PM
^ That (the above) is a bad way of doing it. That's how you end up breaking crap, if you don't know what you're doing. Assuming this is a new user, the best and easiest option is to go to console and type:
Code: [Select]
ulx groupallow superadmin "ulx groupallow"
so basically, the code for adding permissions to any group is:
Code: [Select]
ulx groupallow <GROUP> "<PERMISSION>"
Title: Re: Accidentally revoked the privileges setting for super admins.
Post by: iViscosity on October 23, 2016, 04:29:53 PM
^ That (the above) is a bad way of doing it.

If you have access to the server console, you could manually add them back in with ulx groupallow. If not,
Title: Re: Accidentally revoked the privileges setting for super admins.
Post by: Bite That Apple on October 23, 2016, 11:02:25 PM
I don't read, sorry. Though, if he still is Superadmin, it doesn't mean he removed rcon access. So technically he could do
Code: [Select]
ulx rcon ulx groupallow superadmin "ulx groupallow"