Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
8547 Zobrazení

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

Avatar
Zrušit

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);

Nejlepší odpověď

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


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
říj 19
5113
3
čvc 25
6871
6
bře 15
9531
1
srp 25
3300
3
pro 24
1326