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

Edit the username of a user #235

Open
tdurieux opened this issue May 30, 2015 · 1 comment
Open

Edit the username of a user #235

tdurieux opened this issue May 30, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@tdurieux
Copy link
Member

I try to rename my username, the request is accepted.
But when I try to login with my new username the server responses with an unknown user response.
I can login with my old username but I'm not able to retrieve the user info of the user (unknown user).

Request:
GET /api/users/<old_username>/info

{
"name": "not_found",
"description": "No user named <old_username> found"
}

GET /api/users/<new_username>/info

{
"name": "not_found",
"description": "No user named <new_username> found"
}
@satabin satabin added the bug label Jun 2, 2015
@satabin satabin self-assigned this Jun 2, 2015
@satabin satabin added this to the 1.0.7 milestone Jun 2, 2015
@satabin
Copy link
Member

satabin commented Jun 2, 2015

The renaming should not be allowed.

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

2 participants