#1568 closed enhancement (fixed)
Install should supply a nickname for the admin user
Reported by: | skippy | Owned by: | markjaquith |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | bg|has-patch bg|commit |
Focuses: | Cc: |
Description
The install process does not create a nickname for the admin user, which renders the greeting at the top right a little weird:
Howdy, . [Sign Out, My Account]
Attached is a patch that will define a display name for the admin user at install.
Attachments (2)
Change History (10)
#2
@
19 years ago
Could you have the nickname / display name created by the first part of the email address they enter?
#3
@
19 years ago
Added a patch to do what Matt requested. I tested it by doing a WP install from scratch, and it works as expected.
#4
@
19 years ago
- Keywords bg|commit added
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
Bumping up for commit.
#5
@
19 years ago
- Keywords bg|commit removed
Taking down from commit... noticed a problem. Display Name is set, but Nickname is not. This gives error in profile.php when you try to save.
#6
@
19 years ago
- Keywords bg|commit added
Okay, now display_name and user_nicename are both set to the before "@" part of the e-mail address. Bumping back up for commit.
insert display_name for admin during install