On Thu, 2008-08-28 at 15:01 +0200, Morten Brekkevold wrote:
The simplest way (and least intrusive) way of adding the permission to a running NAV installation is to add a new web_access privilege to the following regex pattern: ^/ipdevinfo/?
That is also the only useful way to automatically update the permissions while upgrading to the next release, Stein Magnus. Upgrades should not touch existing privileges, only add new ones.
On second thought, this is rather obvious and clearly the best way. I've just changed the trunk.sql upgrade script in the ipdevinfo branch to insert a new privilege instead of updating the old one.