I'm working on a Wordpress website having this bug : 9000 users should be "subscriber" (Wordpress role), but they have no role assigned now (probably due to a users import script) :
Image : http://i.imgur.com/GulqggZ.jpg
In the meta_value, we can see their name instead of the role : Dupont, Maurice ... How can I assign the role/capability "subscriber" to all users without role ?
I found a plugin doing this in bulk but it cannot handle more than 1000-2000 users and the link for download is broken.
Many thanks in advance