Ticket #53 (closed defect: fixed)

Opened 6 months ago

Last modified 6 weeks ago

When using custom user tables, admin can't create projects

Reported by: Gautam Gupta Owned by: somebody
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

Changed 6 months ago by Gautam Gupta

  • summary changed from When creating user tables, admin can't create projects to When using custom user tables, admin can't create projects

Changed 6 months ago by Gautam Gupta

Changed 8 weeks ago by nbachiyski

  • owner set to somebody
  • component changed from interface to general
  • milestone set to 1.0

Changed 6 weeks ago by nbachiyski

  • 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.

Note: See TracTickets for help on using tickets.