Bonfire2 icon indicating copy to clipboard operation
Bonfire2 copied to clipboard

Add new group

Open cesarin80 opened this issue 1 year ago • 2 comments

Greetings, I added new groups in ..\app\Config\AuthGroups.php but they are not showing in the Dashboard. What is the right way?

cesarin80 avatar Mar 16 '23 15:03 cesarin80

If the settings table in the database has already been populated, you'll need to erase the groups from that table and then they should show up.

The settings library will use what's in the database if it finds it there. Only if it doesn't find it there will it grab it from the config file.

lonnieezell avatar Mar 16 '23 19:03 lonnieezell

I have a similar issue, i deleted the value from the row "Config\AuthGroups "from Settings table but the admin panel crashes and shows no groups at all.

What is the correct way to erase the groups from that table?

msatyao avatar Jun 05 '23 10:06 msatyao