Re: container problem?

Matthias Nothhaft <[email protected]> Fri, 20 Jan 2006 16:48:51 +0100
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Lukas Kahwe Smith schrieb:
> 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(..);

Yes... I just solved it by adding the customer auth container only to
the admin conf.

Thanks!

regards,
Matthias