Hello,
After upgrading ood 3.1 to 4.0, auto_accounts was disabled by default. I modified /var/www/ood/apps/sys/dashboard/config/configuration_singleton.rb
:bc_simple_auto_accounts => true,
and it worked again.
I tried to set it in /etc/ood/config/apps/dashboard/env
or /etc/ood/config/apps/dashboard/initializers/ood.rb
but didn’t work.
Where is the right place to set bc_simple_auto_accounts=true
?