Title: valwp's Replies | WordPress.org

---

# valwp

  [  ](https://wordpress.org/support/users/valwp/)

 *   [Profile](https://wordpress.org/support/users/valwp/)
 *   [Topics Started](https://wordpress.org/support/users/valwp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/valwp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/valwp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/valwp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/valwp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/valwp/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] PHP warning when unvalidate user try to reset password](https://wordpress.org/support/topic/php-warning-when-unvalidate-user-try-to-reset-password/)
 *  Thread Starter [valwp](https://wordpress.org/support/users/valwp/)
 * (@valwp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/php-warning-when-unvalidate-user-try-to-reset-password/#post-16357161)
 * In both situations.
   WP-Members return two PHP warnings when the user is unconfirmed
   by an admin and when he doesn’t click on his validation link sending by mail :
 *     ```wp-block-code
       Warning: Undefined array key "acct_not_approved" in /var/www/wp-content/plugins/wp-members/includes/class-wp-members-dialogs.php on line 221
       Warning: Undefined array key "acct_not_validated" in /var/www/wp-content/plugins/wp-members/includes/class-wp-members-dialogs.php on line 221
       ```
   
 * These warnings are returned after the submission of reset password form with 
   an ID that existing in users list.
 * When the new user is validated but still not approved by an admin, the reset 
   password form return only one warning :
 *     ```wp-block-code
       Warning: Undefined array key "acct_not_approved" in /var/www/wp-content/plugins/wp-members/includes/class-wp-members-dialogs.php on line 221
       ```
   
 * When the user is approved and validated, the reset password form is working normally.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] wpcf7_validate_text* hook doesn’t work?](https://wordpress.org/support/topic/wpcf7_validate_text-hook-doesnt-work/)
 *  [valwp](https://wordpress.org/support/users/valwp/)
 * (@valwp)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/wpcf7_validate_text-hook-doesnt-work/#post-15841783)
 * Same problem here since the update to 5.6.1 version. `wpcf7_checkbox_validation_filter`
   not working anymore.

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