Re: [rt-users] Permissions problem. Cannot view queues/tickets or make changes to config as super user

2011-09-04 Thread Ruslan Zakirov
http://requesttracker.wikia.com/wiki/RecoverSuperUserRights Regards, Ruslan. From phone. 02.09.2011 0:18 пользователь josh.cole josh.c...@fresno.edu написал: Roy, I very much appreciate your response, especially considering it must have been a careless mistake that I made that put me in

Re: [rt-users] Permissions problem. Cannot view queues/tickets or make changes to config as super user

2011-09-01 Thread Raed El-Hames
Josh, As far as I know your only fix is through the database directly. Login in to your RT database and select id from Users where Name = 'root'; #on my system the id of root == 12 select id from Groups where Name = 'User 12'; #on my system this id = 13 select id from Principals where

Re: [rt-users] Permissions problem. Cannot view queues/tickets or make changes to config as super user

2011-09-01 Thread josh.cole
Roy, I very much appreciate your response, especially considering it must have been a careless mistake that I made that put me in this position. Thanks so much. Raed El-Hames-4 wrote: Josh, As far as I know your only fix is through the database directly. Login in to your RT database

RE: [rt-users] Permissions Problem

2006-08-01 Thread David Smithson
Now, I don't really need Everyone to have the See Queue right, so if I assign that right to Sales, all users in the Sales group can see the queue. I guess I'm curious as to why the Everyone rights aren't inherited here by users who are members of the Everyone group in this case. -Original