When a user is created all of their custom variables will default to NULL, this can cause some serious problems if one of these custom vars is required by server_post_auth function. This is the case when you have a permission var set and it is defaulting to null.
There needs to be some way to give default values to system variables default values for new users.
When a user is created all of their custom variables will default to NULL, this can cause some serious problems if one of these custom vars is required by server_post_auth function. This is the case when you have a permission var set and it is defaulting to null.
There needs to be some way to give default values to system variables default values for new users.