Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
8589 Представления

Hello!

I had some issue with Settings menu shown to administrator, but when I modified access rights to administrator, I have lost permissions for configuration module.


To try to recover it, I  have added a record to res_groups_users_rel with this query:

insert into res_groups_users_rel (gid, uid) values (3, 1);


That way, I have recovered the settings menu to be shown to administrator, however, when I go to that option, an access denied error is shown. How can I  actually recover access rights for administrator user? which other table do I need to insert a record into.

Thanks

Jaime

Аватар
Отменить

What is the original change you've done that caused losing configuration module? Was that change via the system or from the outside?

insert into res_groups_users_rel (gid, uid) values (3, 2);

Лучший ответ

insert into res_groups_users_rel (gid, uid) values (3, 2);


Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
окт. 19
5145
3
июл. 25
6884
6
мар. 15
9568
2
сент. 25
3518
3
дек. 24
1341