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

Convert to virtual user ends up on "invalid user" #479

Open
jeckman opened this issue Feb 26, 2025 · 1 comment
Open

Convert to virtual user ends up on "invalid user" #479

jeckman opened this issue Feb 26, 2025 · 1 comment

Comments

@jeckman
Copy link

jeckman commented Feb 26, 2025

If you have an existing subscription created in an earlier version which used local WordPress users, you get (on the edit screen for that subscription) a "Convert to Virtual User" link which is great.

When that process completes it tries to reload the page you were on which is now "invalid user" - shouldn't it redirect to the new virtual user version of that friend?

@jeckman
Copy link
Author

jeckman commented Feb 26, 2025

Looks like the page it ends up on is: https://johneckman.com/wp-admin/admin.php?page=edit-friend&updated=1

Which returns "Invalid User" not 404 - which is technically I guess correct since you're on the edit-friend page but not passing in a friend ID.

Still think this should either redirect to the new virtual user version - something like: https://johneckman.com/wp-admin/admin.php?page=edit-friend&user=[userid]

where userid is whatever reference the system stores to that user

@jeckman jeckman changed the title Convert to virtual user ends up on a 404 Convert to virtual user ends up on "invalid user" Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant