Title: Admin queue no longer working
Last modified: August 20, 2016

---

# Admin queue no longer working

 *  Resolved [corelan](https://wordpress.org/support/users/corelan/)
 * (@corelan)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/admin-queue-no-longer-working/)
 * Hi,
 * I noticed that after the last series of updates, the admin ‘hold’ queue is no
   longer working, despite the fact that both the ’email verification’ and ‘admin
   verification’ options are enabled.
 * When a new user has registered, I can see a new entry in the “unverified” users
   list. The user receives an email (even though I did not ‘approve’ the account),
   and is able to complete the registration.
 * [http://wordpress.org/extend/plugins/register-plus-redux/](http://wordpress.org/extend/plugins/register-plus-redux/)

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

 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/admin-queue-no-longer-working/#post-3525854)
 * I have confirmed your problem and resolved it for the next release, in the interim
   I have two options for you. Either, A) disable email verification and manually
   send email verification to users you wish to accept from the “Unverified Users”
   page. Or change line 471 of rpr-login.php from:
 * > if ( ‘1’ === $register_plus_redux->rpr_get_option( ‘verify_user_email’ ) ) {
 * to:
 * > if ( ‘1’ !== $register_plus_redux->rpr_get_option( ‘verify_user_admin’ ) ) {
 *  Thread Starter [corelan](https://wordpress.org/support/users/corelan/)
 * (@corelan)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/admin-queue-no-longer-working/#post-3525885)
 * thanks
 * I also noticed that, if I change the default membership group to “unverified”,
   new users will be assigned to this group, allowing me to intervene manually.
 *  [Anna-Karina](https://wordpress.org/support/users/kina60/)
 * (@kina60)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/admin-queue-no-longer-working/#post-3525952)
 * It’s not on line 471, but line 467? Hope that wil do.
 * Also thanks [@corelan](https://wordpress.org/support/users/corelan/) for the 
   tip to change default membership 😉
 *  [Debby](https://wordpress.org/support/users/debbyelfrink/)
 * (@debbyelfrink)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/admin-queue-no-longer-working/#post-3526011)
 * I have the same problem, changed the line, but stil it’s not working.
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [13 years ago](https://wordpress.org/support/topic/admin-queue-no-longer-working/#post-3526021)
 * The code changes noted above have been baked into the version released today,
   3.9.9

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

The topic ‘Admin queue no longer working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/register-plus-redux.svg)
 * [Register Plus Redux](https://wordpress.org/plugins/register-plus-redux/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/register-plus-redux/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/register-plus-redux/)
 * [Active Topics](https://wordpress.org/support/plugin/register-plus-redux/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/register-plus-redux/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/register-plus-redux/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [radiok](https://wordpress.org/support/users/radiok/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/admin-queue-no-longer-working/#post-3526021)
 * Status: resolved