• Resolved mpbakker

    (@mpbakker)


    I have installed and activated the plugin. A new user who registers is not in the list to approve.
    When I deny a user, it still can visit the site. What goes wrong? Do I need to adjust more settings?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mpbakker

    (@mpbakker)

    It is a multisite environment. Does the plugin work with multi-site?
    Are there any hooks to make it work in a multisite?
    Kind regards,
    Marc

    • This reply was modified 7 years, 2 months ago by mpbakker.

    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)
  • The topic ‘Plugin not working’ is closed to new replies.