Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create account fails #22

Open
jango-fx opened this issue May 30, 2020 · 3 comments
Open

Create account fails #22

jango-fx opened this issue May 30, 2020 · 3 comments
Labels

Comments

@jango-fx
Copy link

when trying to create a new account I get an

Internal Server Error

on my first try.

On every subsequent attempt I get

The `OpenframeUser` instance is not valid. Details:  
`email` Email already exists (value: undefined);  
`username` User already exists (value: "MYUSERNAME").

Trying to login I get

login failed

I can't reset the password (empty error message).

@jvolker
Copy link
Collaborator

jvolker commented May 30, 2020

Thanks for reporting this.

Possibly related to #9.
@jmwohl could you please have a look?

@jango-fx
Copy link
Author

maybe a temporary blip..? I can't reproduce it a day later, with various other email-addresses (btw: is it possible to delete an account?)

the original email still gives an Email already exists but can't password-reset either…

@jvolker
Copy link
Collaborator

jvolker commented May 31, 2020

Thanks for testing this. This is interesting.

Regarding your original email. That seems to be related to #9 as I've mentioned before. Maybe @jmwohl can shed light on this one? Unfortunately, I don't know enough about the database/API.

btw: is it possible to delete an account?

Good point. It's not possible via the web app yet, I think. The JSClient has a method implemented which looks like it could do that, but the comment says instead "Delete a userframe". So I'm not sure if that would work. https://github.com/OpenframeProject/Openframe-JSClient/blob/8bb35f84df3b8ca809180987969101d6c3ec131e/src/users.js#L167
It should be possible using the https://api.openframe.io/explorer/ (more on this here: https://openframe.discourse.group/t/openframe-slideshow-works-but/49/3). Of course, this is too complicated, and I'm going to add an issue for this feature to be added to the web app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants