Opened 9 years ago
Closed 9 years ago
#33310 closed defect (bug) (fixed)
Error message not shown for nickname when user profile is updated
Reported by: | prasad-nevase | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.2.4 |
Component: | Users | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
The 'nickname' field is marked as 'required'. But when the profile is updated by keeping 'nickname' empty its replaced by username value and error message is not shown. Ideally it should show the error message like it does for email field. The attached patch handles this and shows error message same as how WordPress shows error message for 'email' field.
Attachments (2)
Change History (8)
#1
follow-up:
↓ 2
@
9 years ago
- Keywords has-patch added
Hi Team, Just checking in if there is any update.
#2
in reply to:
↑ 1
@
9 years ago
Replying to prasad-nevase:
Hi Team, Just checking in if there is any update.
In your patch you've deleted wp-config-sample.php
file.
I've updated your patch with a few minor changes
Note: See
TracTickets for help on using
tickets.
Handled validation error for empty 'Nickname' field under user profile