You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
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"
}
The text was updated successfully, but these errors were encountered:
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
GET /api/users/<new_username>/info
The text was updated successfully, but these errors were encountered: