Форуми / Cotonti / Support / A Couple Qustions

jwmass03
#12253 08.05.2009 20:04
Well, I spoke a little too soon. Everything works up through the user registering. But, once the user is registered and logged in, the only thing they are able to get to is still the login page.

How could I go about changing the lower limit of the authorization level to allow regular member to still use the site, without having to make them moderators?

Thanks,
Jeff

Well in case anyone comes across this topic, and wants to know how to do it. You'll have to manually change the database.

Under the table sed_groups, you'll have to edit the property of the members. There's a property called grp_maintenance that must be set to 1.

I think the command would be
UPDATE sed_groups SET grp_maintenance = '1' WHERE grp_alias = 'members';

Відредаговано: jwmass03 (09.05.2009 23:46, 16 років тому)