Auto-Register Anonymous User Property is part of the solution for Auto-Register Anonymous Users. This property is available for Smart Devices objects which are main objects (Main program property = TRUE), when Enable Integrated Security property is set to TRUE.
The value of Enable Integrated Security property determines the behavior when an anonymous (non-registered) user tries to execute the first object of the applicaton which has Integrated Security Level property = Authentication or Authorization value.
Values
False |
When a non-registered user of the application tries to access the first object which has Integrated Security Level property = Authentication or Authorization value, the user will get the dialogue indicating to log in or to register. This is the default value.
|
True |
Instead of requesting login or registration, the application automatically creates a user based on information from the mobile device. |
Examples
See Auto-register anonymous user - SD usage example.
See Also
Auto-Register Anonymous Users
Auto-register anonymous user - How it works