[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: upgrade 1.2.21 -> 1.3.0 svn revision 3807 == Almost



Brief explanation:

LedgerSMB has gone from a hide-the-menu-item form of security to
role-based database security.  The menu items are now removed or not
based upon the database roles one is granted, and these roles also
control permissions to underlying tables.  If you don't have adequate
permissions, you won't be able to see menu items or do much of
anything else.  If the permissions are not set up, all menu items will
be hidden.

You can check the latter by:
select count(*) from menu_acl;

The former is probably better directly addressed rather than checked.

Does this make sense?

Best Wishes,
Chris Travers