DB Leaks and Registration Errors
-
1) When a user is deleted from the SimpleMembership users DB, the user ID is never re-used. It leaves a “hole” – a deleted record – in the DB. If you have thousands of users and lots of turnover (users joining, users deleting their accounts, etc.) that will severely affect DB performance, which affects the site.
2)Registration system error
We have been testing the registration system with Paypal payments and IPN. Found SERIOUS issue.
a) from our join page (we use our home page), a user pays via paypal WITH all the IPN settings set, and an entry IS created for them On our WP site in simple membership as a user,
b) an email saying to Complete Registration IS sent to the user
c) the user uses the email link to complete the Registration form
d) a “registration complete” email IS sent and received by user
BUT,
e) after you complete the registration form successfully, INSTEAD of sending you to the LOGIN page, it RETURNS to the registration form page:a MESSAGE appears above the header saying
Registration Successful. Please Login
BUT
the registration form page also shows an ERROR message:Error! Invalid Request. Could not find a match for the given
security code and the user ID.Free membership is disabled on
this site. Please make a payment from the Join us page to pay
for a premium membership.We ASSUME what is happening is it tries to RE-register the same user.
—-
When the registration form page is completed successfully,
it SHOULD send people to the login page (OR a page of our choice). NOT back to the registration form.Is there a fix for this?
Joe C.
Chief Engineer
- The topic ‘DB Leaks and Registration Errors’ is closed to new replies.