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

Not able to register an account #635

Closed
bodems opened this issue Jul 13, 2019 · 8 comments · Fixed by #657
Closed

Not able to register an account #635

bodems opened this issue Jul 13, 2019 · 8 comments · Fixed by #657
Assignees
Labels
A: Federation Stuff related to Federation C: Bug Something isn't working

Comments

@bodems
Copy link

bodems commented Jul 13, 2019

I am not able to register an account, neither on fediverse.blog nor on cafe.sunbeam.city. I type in my registration data in Firefox, click "create your account", it loads something and the page looks exactly like before I clicked the create button. I also tried this with a freshly new installed Chromium with no additional plugins. Any idea about this?
Edit: Of course I am not receiving any registration mail.

  • Plume version: At least 0.3.0 and 0.2.0
  • Operating system: OpenBSD 6.5, FreeBSD 12
  • Web Browser: Firefox 66.0.2, Chromium 73
@bodems bodems added the C: Bug Something isn't working label Jul 13, 2019
@marek-lach
Copy link
Member

marek-lach commented Jul 14, 2019

Plume does not currently send any confirmation emails yet. The account is created without any confirmation.

You simply register and then try to log in with the details that you registered, once the page is reloaded.

@bodems
Copy link
Author

bodems commented Jul 14, 2019

So you can't see if the registration was successful or not? I am also not able to login, it says "Invalid username, or password". When I try the password reset I am not receiving any mail.

@marek-lach
Copy link
Member

marek-lach commented Jul 14, 2019

So you can't see if the registration was successful or not? I am also not able to login, it says "Invalid username, or password". When I try the password reset I am not receiving any mail.

You should still be redirected to the login page after registraation. There's just no confirmation email.
The bug you describe is present on fediverse.blog at the moment, you're right.

I tested plume.nixnet.xyz, where the registration works just fine. So it seems to be a case of a temporary misconfiguration of the affected instances.

@elegaanz
Copy link
Member

It is because of a federation bug with plume.mastodon.host… It happens regularly. The issue should be fixed on fediverse.blog now. Sorry.

I will try to submit a fix…

@elegaanz elegaanz self-assigned this Jul 14, 2019
@bodems
Copy link
Author

bodems commented Jul 14, 2019

Many thanks!

@igalic
Copy link
Contributor

igalic commented Jul 14, 2019

Plume does not currently send any confirmation emails yet. The account is created without any confirmation.

You simply register and then try to log in with the details that you registered, once the page is reloaded.

this sounds like a privacy concern that should be fixed ASAP.

@marek-lach marek-lach added the S: Instance specific Issues concern a limited number of instances label Jul 18, 2019
@formerlytomato
Copy link

Can confirm this is no longer an issue on fediverse.blog

@elegaanz
Copy link
Member

The federation issue was fixed on plume.mastodon.host's side. But it would still be good to fix the actual issue which is: Users coming from federation may have empty ap_url/inbox_url/outbox_url/followers_endpoint, which will make any new account violate the UNIQUE constraint on these fields (since for a very short time, these accounts have empty string values for these fields too).

trinity-1686a added a commit that referenced this issue Aug 27, 2019
@marek-lach marek-lach added A: Federation Stuff related to Federation and removed S: Instance specific Issues concern a limited number of instances labels Aug 27, 2019
elegaanz pushed a commit that referenced this issue Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Federation Stuff related to Federation C: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants