Page 1 of 1

Security permissions

Posted: Wed Nov 07, 2018 2:01 pm
by wjstarck
Are security permissions now read/written from/to usergroupattach or userod?

They are broken in my software circa 18.2.23 or so for newly created users. I am looking for admin permissions (1) which I previously read from userod, but I notice if I create a new user and add them to the admin group, their permissions don't change to 1 from 0 in userod, but they do in usergroupattach.

Thanks

Re: Security permissions

Posted: Wed Nov 07, 2018 2:32 pm
by jsalmon
wjstarck wrote:Are security permissions now read/written from/to usergroupattach or userod?
Security permissions are linked to user groups and the userod.UserGroupNum was deprecated in favor of the usergroupattaches table.
userod.UserGroupNum:
Deprecated. Use UserGroupAttaches to link Userods to UserGroups.
https://www.opendental.com/OpenDentalDo ... xml#userod

Re: Security permissions

Posted: Thu Nov 08, 2018 9:26 am
by wjstarck
Got it. Thanks