-
Notifications
You must be signed in to change notification settings - Fork 448
Open
Labels
Category: CodingChanges to code base or refactored code that doesn't fix a bug.Changes to code base or refactored code that doesn't fix a bug.Status: AvailableIssue was approved and available to claim or abandoned for over 3 days.Issue was approved and available to claim or abandoned for over 3 days.
Milestone
Description
When you are updating the user with existing name and username, you are getting an error message "A user with that username already exists."
To Reproduce
Steps to reproduce the behavior:
Current username: zxcvbnm
Updating username to: zxcvbnm,
Current name: zxcvbnm
Updating name to: zxcvbnm,
- Go to 'User-update user profile'.
- Provide the access token.
- .{
"name": "zxcvbnm",
"username": "zxcvbnm",
"bio": "string",
"location": "string",
"occupation": "string",
"organization": "string",
"slack_username": "string",
"social_media_links": "string",
"skills": "string",
"interests": "string",
"resume_url": "string",
"photo_url": "string",
"need_mentoring": true,
"available_to_mentor": true
} - Click on 'Execute'.
- Scroll down to 'Responses'.
Expected behavior
It should either be successfully updated message or a message like "no fields have been updated". Also the error message being shown now is not listed under responses.
Desktop (please complete the following information):
- OS: Windows 10
- Browser chrome
Metadata
Metadata
Assignees
Labels
Category: CodingChanges to code base or refactored code that doesn't fix a bug.Changes to code base or refactored code that doesn't fix a bug.Status: AvailableIssue was approved and available to claim or abandoned for over 3 days.Issue was approved and available to claim or abandoned for over 3 days.
