Setting new user default access level
Posted: 04 Nov 2005, 19:52
I'm attempting to add this to config_inc.php:
$g_default_new_account_access_level = 'updater';
However, when I do so, new users are created with an access level of:
@0@
Additionally, having set:
$g_default_advanced_report = 'ON';
Is not appearing to have any effect - new users do not have that preference on.
Am I putting these in the wrong place? Other customizations in config_inc.php ARE working, such as:
$g_from_email = 'noreply@blah.com';
Any thoughts?
Wade
$g_default_new_account_access_level = 'updater';
However, when I do so, new users are created with an access level of:
@0@
Additionally, having set:
$g_default_advanced_report = 'ON';
Is not appearing to have any effect - new users do not have that preference on.
Am I putting these in the wrong place? Other customizations in config_inc.php ARE working, such as:
$g_from_email = 'noreply@blah.com';
Any thoughts?
Wade