Bug 45614

GemBuilder for Smalltalk/VW

8.2, 8.1, 7.6.1, 7.6

8.3

Changing user's default security policy in the User Editor throws error

The User Editor allows you to edit attributes of GemStone users.  However, attempting to edit the default security policy resulted in an error indicating you do not have privileges to change this.

Workaround

Being a member of DataCuratorGroup allows editing the default security policy.

Alternately, use GemStone Smalltalk code directly to perform this operation.  For example,

 (AllUsers userWithId: 'john_smith') defaultObjectSecurityPolicy: nil


                

Last updated: 7/13/16