[horde] Prevent user to add multiple identities
Erling Preben Hansen
erling at eph.dk
Mon Feb 17 07:36:15 UTC 2014
Citat af sovannaroth <vannarothtakeo at gmail.com>:
> Hi,
>
> I am trying to find the way that I could disable create new identities on
> Horde preference, but no success. I notice that when I create new event
> and
> select resource to know its available, it do not show if we use other
> identities beside default one.
>
> So could we have the way to disable user to create other identities?
>
> Thanks,
> Sovannaroth
>
> --
> View this message in context:
>
http://horde.690.n7.nabble.com/Prevent-user-to-add-multiple-identities-tp120254.html
> Sent from the Horde - General mailing list archive at Nabble.com.
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/To unsubscribe, mail:
> horde-unsubscribe at lists.horde.org
horde/config/prefs.php line:308
/ Set locked to true if you don't want the users to have multiple
identities.
$_prefs['default_identity'] = array(
'value' => 0
);
Look at The top of prefs.php to find out how to lock.
It is a bit heavy reading though..
:-)
/erling
More information about the horde
mailing list