Hi , i was wrong about the plugin it works , when we update a user statut the plugin update the column user_activation_key of the users table , so if you have the same issue as me , you need to just check the emptiness of this column :
!empty($user->user_activation_key) { do stuff }
Now the new problem is how to read the value of this column .