[SAC] [OSGeo] #1878: Unable to create new Wiki page

OSGeo trac_osgeo at osgeo.org
Thu Feb 16 10:56:34 PST 2017


#1878: Unable to create new Wiki page
----------------------------+--------------------
 Reporter:  Mateusz Łoskot  |       Owner:  sac@…
     Type:  defect          |      Status:  new
 Priority:  normal          |   Milestone:
Component:  Systems Admin   |  Resolution:
 Keywords:  wiki            |
----------------------------+--------------------

Comment (by strk):

 Sorry, looking at permissions for GDAL I indeed see
 that wiki creation is not granted to authenticated users.

 Here are the perms:
 {{{
 trac_gdal=# select * from permission where action like 'WIKI%';
    username    |   action
 ---------------+-------------
  anonymous     | WIKI_VIEW
  developers    | WIKI_ADMIN
  authenticated | WIKI_MODIFY
  sgillies      | WIKI_CREATE
 (4 rows)
 }}}

 And you are not in the "developers" group Mateusz:
 {{{
 trac_gdal=# select * from permission where action = 'developers';
   username   |   action
 -------------+------------
  dron        | developers
  warmerdam   | developers
  dmorissette | developers
  tamas       | developers
  rouault     | developers
  hobu        | developers
  schwehr     | developers
  jratike80   | developers
 (8 rows)
 }}}

 Note that all developers also have TRAC_ADMIN, so ask any of them
 about the policy.

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1878#comment:5>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list