All users can admin
- Status
- Closed
- Subject
- All users can admin
- Version
- 2.x
- Category
- Error
- Consistency
- Feature
- Administration
- Submitted by
- shad
- Rating
- Description
- All users with permission tiki_p_search active can admin.
- Solution
in \svn\db\tiki-1.10-mysql.sql replace
INSERT INTO users_permissions (permName, permDesc, level, type, admin) VALUES ('tiki_p_search', 'Can search', 'basic', 'tiki', 'y');
with
INSERT INTO users_permissions (permName, permDesc, level, type) VALUES ('tiki_p_search', 'Can search', 'basic', 'tiki');
or upgrade to the latest and run the database upgrade
- Importance
- 9 high
- Priority
- 45
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1669
- Created
- Wednesday 02 April, 2008 19:43:56 UTC
by Unknown - LastModif
- Friday 04 April, 2008 09:56:07 UTC