I would go with an active column on the users table.
When it comes to the roles I take it you have a many-to-many relationship, then I suggest adding the active to the role_user pivot table. Unless of course you activate and deactivate the role in the roles table.