exceptionless/Exceptionless

Account creation with token

Closed this issue · 5 comments

The "EnableAccountCreation" check should not apply for users with a valid invite token.
If needed you can simply revoke the users invite.

Just on a side note, I found a bug where you can signup with a valid token with EnableAccountCreation set to false if you click create while email validation is in progress.
You can reproduce this by entering your name and password then copy paste you email address and immediately click the create my account button.

Hello,

We'd be willing to accept a pr for this.

I cant access signup
image
image

From looking at the code it might just be a js fix to check for EnableAccountCreation or token rather than just EnableAccountCreation. The api might already work that way but its a bit hard to tell if I cant debug because of the above.

It looks like you are running the new ui locally, can you also go to this folder Exceptionless\src\Exceptionless.Web\ClientApp.angular\ and run npm run serve

Thanks, that worked

I created the pr #1525

Thanks again for the PR! We will cut a new beta release soon, in the mean time please use the nightly images.