Skip to content

Bug prevents user approval on password reset. #102

Description

@MannyAdumbire

Hi,
We're seeing an issue with the password reset future:

  • ultimate-member v2.9.1
  • um-set-password v1.0.2

When users reset password, a success message is shown, but the user is not actually approved.

It appears that a set_pass=new_user parameter is NOT the URL nor in any hidden inputs, so it's unavailable in $_REQUEST on

if ( isset( $_REQUEST['set_pass'] ) && 'new_user' === sanitize_key( $_REQUEST['set_pass'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended

Image Image Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions