Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Username containing spaces gives errors later in registration #249

Open
cephos opened this issue Aug 10, 2015 · 2 comments
Open

Username containing spaces gives errors later in registration #249

cephos opened this issue Aug 10, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@cephos
Copy link

cephos commented Aug 10, 2015

When you register with a Username with spaces, you get the normal Password-Setting Email but the Space in the URL isn't escaped (%20). If you replace it manually and try to set the password there is an error which says: "Something wrong happened" without further details.

Two possibilities to fix:

  1. Block spaces in Form-Validation right away from the start (preferred and probably easier)
  2. Fix these two bugs and eventually following bugs

Affected Release: Version which is currently installed on http://blue.publications.li/

@satabin satabin added the bug label Aug 10, 2015
@satabin satabin added this to the 1.0.7 milestone Aug 10, 2015
@satabin
Copy link
Member

satabin commented Aug 10, 2015

Forbidding space in the form is probably the best solution at first.

@monperrus Can you see anything in the logs?

@tdurieux Is this ok for you to do it?

@tdurieux
Copy link
Member

I will do it.

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

No branches or pull requests

3 participants