mojoconf / MCT

nothing to see here yet, move along
7 stars 1 forks source link

Need to add user to user_roles on register #37

Closed jhthorsen closed 8 years ago

jhthorsen commented 9 years ago

I think this should be done in MCT::Plugin::Auth::_connect_user() or MCT::Model::Identity::user()

It could probably be a new method on the MCT::Model::User object. Maybe $user->join($cid) or something.

jhthorsen commented 9 years ago

This can probably wait until we have merged #38.