pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

Bug: psfmember.org links to /user/membership/edit/ which is 404 for new users

Open oohwooh opened this issue 4 months ago • 0 comments

Describe the bug

At the bottom of https://psfmember.org/user-information/, there's a link to https://www.python.org/users/membership/edit/, which doesn't exist for users who have not yet become Basic Members.

To Reproduce

  1. Become a Supporting Member on https://psfmember.org without first becoming a Basic Member
  2. Be instructed to visit https://www.python.org/users/membership/edit/
  3. Get a 404, you instead need to become a basic member at https://www.python.org/users/membership/, then the /edit/ page works as expected

Expected behavior

It would make sense to redirect /users/membership/edit/ to /users/membership/ if the user doesn't have a profile. The link on https://psfmember.org could also be updated to /users/membership/, which redirects to /users/membership/edit/ once you have a profile created.

URL to the issue

No response

Screenshots


Browsers

Firefox

Operating System

Windows

Browser Version

141.0.3 (64-bit)

Relevant log output


Additional context

No response

oohwooh avatar Aug 14 '25 01:08 oohwooh