liqd / adhocracy

Adhocracy is a policy drafting and decision making software for distributed groups and open institutions.
GNU Affero General Public License v3.0
150 stars 37 forks source link

Fix autojoin on newly imported users #911

Closed nidico closed 10 years ago

nidico commented 10 years ago

Note that due to refactoring, the fix-autojoin admin action is now slower than before, but I'd say this doesn't matter, as this is only used extraordinarily.

xi commented 10 years ago

I see some potential for refactoring. It is not necessary to get instances from the database for each individual user. But as you said, speed is not really important in this context.