How to activate and unstage accounts for imported users

The data explorer plugin does not let you modify data.

Administrative Bulk Operations should have some hints.

Something like

User.all.update_all(active: true)

might do it.

4 Likes