Re: container problem?

Lukas Kahwe Smith <[email protected]> Fri, 20 Jan 2006 15:50:29 +0100
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Matthias Nothhaft wrote:

> Is it possible to generally prevent users of a container from login so
> that I can use LiveUser_Admin to administrate frontend users but turn
> off the login feature at all for a certain container?

You could probably use the observers for this purpose.
But why not just dynamically modify the config array?

$LU_conf = array();
$LUA_config = $LU_conf+array(..);

regards,
Lukas