• Hi support, after deleting a user, UM is not allowing me to add the user back with the same email address. I deleted the user under Users –> Delete user.
    They are not in the trash.
    However, UM still goes into this loop, even tho the user has been deleted :

    if ( email_exists( $_POST['user_email'] ) && email_exists( $_POST['user_email'] ) != get_current_user_id() ) {
     UM()->form()->add_error( 'user_email', __( 'Email already linked to another account', 'ultimate-member' ) );
    }

    View post on imgur.com

    Any ideas on why UM still thinks it exists ? It it stored in the db somewhere?

The topic ‘Deleted user will not save’ is closed to new replies.