Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 .

    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 .

Viewing 2 replies - 1 through 2 (of 2 total)