Closed jellohouse closed 9 months ago
Hey! I need a little more clarity in order to see what the issue is. Are you trying to log in to an extension you own with your extensionpay developer email? If so, are you doing this when developing your extension or with your published extension?
And then what is the second step that caused you to see the message "that email has already been used"?
And what do you mean it should "work as before"? This functionality hasn't changed in a while.
Right sorry I forgot to mention this only happens in the published version. Login works fine in development version.
But maybe I'm misunderstanding something - in the published version once you sign up (in my case for a free trial period) should you be able to go to another browser, install the extension and use the same login email you signed up with? My thought was that yes.
It just doesn't add up - How is it possible that when i try to sign up I get That email has already been used.
But if i try to login with that same email (which is already in use) I get Sorry, we don't have that email in our records. Please try another or contact the extension developer.
We are also facing this issue, if we re-install the extension and try to resume a trial with an email that is still in the trial period, it returns the following error:
In this case the trial should be resumed, since it's still within the trial period.
Is it possible to have this behavior?
Ah, thank you both for the clarity! You're right, it would be a good feature to "resume" a free trial from a different device or chrome profile.
@Glench do you think this feature could be implemented soon?
Hey, just wanted to say this is still the case. Any updates?
So, we've added this!
Users can now log in to an existing trial. Their trialStartedAt
will be the same after they log in. This means users will no longer see an error message saying they've already started a trial if they attempt to put the same email in twice. It's up to you to show appropriate messages if they log in and their trial period is over.
Cheers!
Describe the bug I'm unable to re-login to the same ExtPay account from a different browser. Using my developer login (should be free).
To Reproduce
If I try to login with my email it says:
Sorry, we don't have that email in our records. Please try another or contact the extension developer.
If I try to sign up with the same email it says:
That email has already been used.
Expected behavior It should work as before - I should be able to login with the same email I've signed up with before (especially dev email).