Group permission
Closed this issue · 1 comments
foxmask commented
with the migration i made
here https://github.com/foxmask/Booster/blob/master/booster/modules/booster/install/install.php
i should have to do a createUser before the addUserToGroup so all the jacl2 table will be populate.
foxmask commented
fixed by hand with
$recs = jDao::get('jcommunity~user','hfnu')->findAll();
foreach ($recs as $rec) {
jAcl2DbUserGroup::createUser($rec->login);