Sets whether the application opens a dialogue to log in or register or automatically creates a user based on information from the device.
Objects: Panel, Menu, Work With (Only Main Objects)
The Auto-register Anonymous User property is available when GAM is enabled (Enable Integrated Security property = True) for Panel objects, Menu objects and Work With objects with their Main program property = True.
The available values for this property are as follows:
- False: This is the default value. When a user not registered in the application tries to access the first object that has the Integrated Security Level property = Authentication or Authorization, the dialogue to log in or register will be shown.
- True: Instead of requesting login or registration, the application automatically creates a user based on information from the device.
This property applies only at design time.
GAM - Auto-register anonymous users
GAM - Auto-register anonymous users - How it works
GAM - Auto-register anonymous user - Panel usage example