Closed
Bug 479607
Opened 17 years ago
Closed 17 years ago
Bespin login / auth problems
Categories
(Skywriter Graveyard :: Server, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
0.1.3
People
(Reporter: mail, Assigned: dangoor)
Details
(Whiteboard: authentication)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2
I've never been able to login.
If I try to login to Bespin using the username and password I entered in the registration form I see the dashboard for less than a second, then I'm directed back to the frontpage. If I try again nothing happens at all until I delete the Auth cookie and reload the page. Then I see the same behavior as described, again.
At all times on the frontpage the response for
https://bespin.mozilla.com/register/userinfo/ is 401 Unauthorized
In case I was supposed to see some confirmation after registration and/or receive an activation email, none of those happened.
Reproducible: Always
| Assignee | ||
Comment 1•17 years ago
|
||
It appears that there is an error for usernames with spaces in them. Short term, I will see if we can fix that error. Slightly longer term than that, we're going to disallow spaces in usernames anyhow (because usernames will be used on the Bespin command line).
Assignee: nobody → kdangoor
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•17 years ago
|
||
Usernames are no longer allowed to have spaces. All user accounts that previously had spaces in the usernames have had the spaces removed. (If need be, the spaces were replaced by "-", if there was already a username that was the same as the user's name but with the spaces omitted).
As of Bespin 0.1.3, this is fixed.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Version: unspecified → Trunk
Comment 3•17 years ago
|
||
Indeed, this bug was fixed right prior to the release of 0.1.3.
The server-side conversion of usernames was committed in changeset 86a6ada8ef4f and disallowing of spaces was committed in changeset 4f73e9e89e81.
Severity: critical → major
Status: RESOLVED → VERIFIED
Priority: -- → P2
Whiteboard: authentication
Target Milestone: -- → 0.1
Version: Trunk → 0.1
Comment 4•17 years ago
|
||
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: Server.
Component: Bespin → Server
Product: Mozilla Labs → Bespin
QA Contact: bespin → server
Target Milestone: 0.1 → 0.1.3
Version: 0.1 → 0.1.2
You need to log in
before you can comment on or make changes to this bug.
Description
•