You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A URL with action=signup parameter is only sent when a user is signing up for the first time. After that, regardless of the form (signup or login) the user is using, a URL with action=signin parameter is sent and processed within this logic.
I might be missing something, but have you received an email with action=signup parameter even if you're a member (free or paid) of the site? 🙂
In the
defaults.hbs
file, on lines 98-100, the user is redirected the the signup page with the checkout action.This happens for paid members as well as free members, which seems to be incorrect. Paid members don't need to purchase a subscription.
The text was updated successfully, but these errors were encountered: