• Resolved mansoorf

    (@mansoorf)


    Hi Dear Guys, and tnx for the plugin
    I need to know how we can let user login before the admin approve it.
    I want to use the approve status as a flag.
    which line of code let me do this?
    Thanks in advance dears

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

    (@mansoorf)

    hi
    any suggestion after 6 days ? please

    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 ‘How Users Can Login Before Approving From Admin’ is closed to new replies.