configAllowSelfRegistration( )

Determines whether self-registration is enabled. This function is used on the admin UI login screen to determine if it should display the self registration button. The function checks the self registration preference in the database and it checks the user count against the maximum number of licensed users.

Pseudocode
configAllowSelfRegistration( );
Parameters

None

Returns

A boolean value.

Remarks

May be called without being logged in. INTERNAL – In future releases, may not be backward compatible or may not be supported at all.