Ticket #53 (closed defect: fixed)
When using custom user tables, admin can't create projects
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | general | Version: | |
| Keywords: | user | Cc: |
Description
I am using the custom user and usermeta table of my bbPress forum install. When I login in my GlotPress install, with my username (which has the highest capabilities - keymaster), it is not allowed to create projects. Can you please have a look into this? I am also trying to investigate further about this.
Change History
comment:1
Gautam Gupta — 2 years ago
- Summary changed from When creating user tables, admin can't create projects to When using custom user tables, admin can't create projects
comment:2
Gautam Gupta — 2 years ago
Found it. The TODO here - http://trac.glotpress.org/browser/trunk/gp-includes/install-upgrade.php#L68 should be done
comment:3
nbachiyski — 20 months ago
- Owner set to somebody
- Component changed from interface to general
- Milestone set to 1.0
comment:4
nbachiyski — 20 months ago
- Status changed from new to closed
- Resolution set to fixed
You can use the add-admin.php script to add new admins:
$ php scripts/add-admin.php username
See the note above the custom users table config variable: http://trac.glotpress.org/browser/trunk/gp-config-sample.php#L46
It's not the most elegant solution, but it works well and you have to do it just once.
