> hi there again,
> i was wondering is there a way to enable or disable the loading of certain
> tabs, according to
> access permissions, i mean when i enable the login optin in the
> local_conf.py can i then also
> specify somehow that certain users only get certain tabs loaded when they
> login and others get all
> or something like that? is it clear enough what i mean? thx in advance
> katie :)
Freevo has was never designed as a multi-user system and so does not have
the concept of ACLs (access control lists).
However it may not be difficult to add if the user can be determined in
the HTMLResource class. Something like a dictionary or users with a list
(tuple) of allowed pages.
WWW_USER_ACL = {
'freevo' : ( 'ALL' ),
'me' : ( 'Home', 'Scheduled Recordings', 'Favorites',
'Manual Recording', 'Help' ),
}
This is really a freevo-devel list question and so it should be discussed
there.
Duncan
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users