Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes Dev 105
Screenshots
Add screenshots of the changes if relevant
Before
Name and username fields on CreateProfile page and ProfilePage were restricted to 20 characters.
After
Name and username fields on CreateProfile page and ProfilePage are restricted to 255 characters.
Type of change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an issue)
Dependency Changes
Please list any dependency changes and why they were required
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[ ] Go to Create Profile page, and enter a name or username that is longer than 20 characters
[ ] Go to Profile page, and enter a name or username that is longer than 20 characters
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes Dev 105
Screenshots
Add screenshots of the changes if relevant
Before Name and username fields on CreateProfile page and ProfilePage were restricted to 20 characters.
After Name and username fields on CreateProfile page and ProfilePage are restricted to 255 characters.
Type of change
Please delete options that are not relevant.
Dependency Changes
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration