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
When editing user information through the user edit popup that can be found by clicking on the "User Edit" button under the Account section. Edits through his section are not validated. For example - The short description should be at least 10 characters when registering in the signup section but this condition is not applicable when editing it through user edit popup. All the validation constraints mentioned in [ENHANCEMENT] Enhanced Validation for First Name, Last Name and short description during signup #631 should be implemented.
Clicking on the save button should close the popup if the changes are made successfully.
When validation fails then the user should be able to see which fields are failing and why as in the signup form
Regex Based validation should be added to Github URL, LinkedIn URL, and Website Fields
Fix Linkedin URL and Website not getting saved
Additional context
Hacktoberfest
The text was updated successfully, but these errors were encountered:
Describe the enhancement you'd like
When editing user information through the user edit popup that can be found by clicking on the "User Edit" button under the Account section. Edits through his section are not validated. For example - The short description should be at least 10 characters when registering in the signup section but this condition is not applicable when editing it through user edit popup. All the validation constraints mentioned in [ENHANCEMENT] Enhanced Validation for First Name, Last Name and short description during signup #631 should be implemented.
Clicking on the save button should close the popup if the changes are made successfully.
When validation fails then the user should be able to see which fields are failing and why as in the signup form
Regex Based validation should be added to Github URL, LinkedIn URL, and Website Fields
Fix Linkedin URL and Website not getting saved
Additional context
Hacktoberfest
The text was updated successfully, but these errors were encountered: