Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/add data removing option #1251

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

sapayth
Copy link
Member

@sapayth sapayth commented Mar 9, 2022

In User Frontend > Tools a new setting is introduced to delete some data upon plugin deletion. When you delete the WP User Frontend version, it will also delete all the data related to WP User Frontend Pro as well. This won't happen when the plugins are deactivated.

  1. Delete Plugin Settings on Uninstall
  2. Delete Database Tables on Uninstall
  3. Delete WPUF Forms on Uninstall
  4. Delete WPUF Pages on Uninstall

Settings that will be removed are:
all options containing wpuf_

DB tables that will be removed are:

  1. wpuf_transaction
  2. wpuf_subscribers
  3. wpuf_message
  4. wpuf_activity

All pages containing wpuf shortcode

@sapayth sapayth added needs: dev review This PR needs review by a developer and removed second-opinion labels Apr 22, 2022
@FaraziF FaraziF added QA Approved This PR is approved by the QA team and removed needs: testing labels May 9, 2022
@sapayth sapayth removed the needs: dev review This PR needs review by a developer label Nov 25, 2022
@Rat01047
Copy link

Rat01047 commented Dec 5, 2022

Issue:
Cannot Sign-In into Admin after deleting Plugin with options activated via Tools

Scenario:
WPUF > Tools > Clicked all the Options built in this PR > Deleted Plugin > Cannot access Admin Dashboard

@Rat01047 Rat01047 self-assigned this Dec 6, 2022
@sapayth
Copy link
Member Author

sapayth commented Dec 6, 2022

Issue: Cannot Sign-In into Admin after deleting Plugin with options activated via Tools

Scenario: WPUF > Tools > Clicked all the Options built in this PR > Deleted Plugin > Cannot access Admin Dashboard

Seems ok from my end. Would you please test again?

@Rat01047
Copy link

Rat01047 commented Dec 7, 2022

Issue: Cannot Sign-In into Admin after deleting Plugin with options activated via Tools
Scenario: WPUF > Tools > Clicked all the Options built in this PR > Deleted Plugin > Cannot access Admin Dashboard

Seems ok from my end. Would you please test again?

Still exists, when you select all the options and then Delete the Plugin

@sapayth sapayth added dev: on-progress and removed QA Approved This PR is approved by the QA team labels Dec 12, 2022
@Rat01047 Rat01047 added the bug label Dec 20, 2022
@anik-fahmid anik-fahmid assigned sapayth and unassigned Rat01047 Jan 6, 2023
@Rat01047
Copy link

@sapayth the issue still exists, selecting all the settings given in PR and then uninstalling plugin > takes away admin's ability to access site

Screenshot for reference:
https://tinyurl.com/yrtfx389

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

Successfully merging this pull request may close these issues.

3 participants