Bug 45392

GemBuilder for Smalltalk/VW

8.2, 8.1, 7.6.1, 7.6

8.3

Creating a user in User Editor changes the owner of the selected default Security Policy

When creating a user in the User Editor, you must select an Object Security Policy, which may be an existing security policy.  The selected Object Security Policy has its owner changed to this user, which is incorrect and may create problems for any other users using that Object Security Policy.

Workaround

Use GemStone code to set a default Object Security Policy for a user.

For example,

     (AllUsers userWithId: 'john_smith')
         defaultObjectSecurityPolicy: PublishedObjectSecurityPolicy


                

Last updated: 7/13/16