lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

Register User: Unique email violation

Open Jeremy-Code-F opened this issue 2 years ago • 2 comments

Adjusts error handling around registration of users so if the unique constraint on email gets violated (user tries to sign up with an email that is already in use) the server sends back a 409 stating that, so that the frontend will be able to display a nice error message to the user

Jeremy-Code-F avatar Jun 18 '23 17:06 Jeremy-Code-F

https://github.com/LemmyNet/lemmy/issues/3169

Jeremy-Code-F avatar Jun 18 '23 17:06 Jeremy-Code-F

Looks like a duplicate of https://github.com/LemmyNet/lemmy/pull/3093

Nutomic avatar Jun 20 '23 11:06 Nutomic