#1823 closed defect (bug) (fixed)
A newly registered user (or Added User) is assigned "inactive" and displays at the bottom of the User List by Role.
| Reported by: | MichaelH | Owned by: | ringmaster |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | role capabilities bg|has-patch |
| Cc: | Focuses: |
Description
A newly registered user (or Added User) is assigned "inactive" and displays at the bottom of the User List by Role of Users.
The user-edit.php shows "Additional Capabilities: inactive" for the new registrant.
Interestingly, only "inactive" users show "Additional Capabilites:" in user-edit.php.
You can not Set the Role for this new user either.
Isn't this really a reflection of the fact there is no way to officially set what capability (or is it role) is assigned new users?
Attachments (1)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
When a new user is added here's what wp_usermeta has:
wpbz_capabilities: a:1:{s:8:"inactive";b:1;} wpbz_user_level: 0Then when you Set the Role to make Editor;
wpbz_capabilities: a:2:{s:8:"inactive";b:1;s:6:"editor";b:1;} wpbz_user_level: 7