Come attivare e rimuovere dalla staging gli account per utenti importati

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 Mi Piace