Hi Jurgis,

Probably you want a dedicated admin interface that requires
authentication and lets each student manage only one application.

This should not be difficult to do.
1) clone admin
2) change the authentication mechanism default.py
3) add an if statement in the design, view, edit and delete action
that prevents access based on authentication.

I am currently moving some of the T2 functionality into web2py core.
If you want to waif for that (a couple of weeks), that will make it
easier. In fact, I may code this myself since it seems an excellent
idea.

Massimo

On Jan 20, 7:15 am, "Jurgis Pralgauskis"
<[email protected]> wrote:
> Hello,
>
> I'd like to use web2py in school for web+py dev teaching
>
> What would be the best way to setup multiple access for students?
> probably it would be only via browser access.
> I could have multiple web2py, but I'd like to have just one with
> userlist -- and dedicated app for each student
> as I guess this could be done via T2/T3
>
> but maybe there is some documentation on this -- multieditors/admins
> (as I didn't find)
>
> Thanks in advance
> --
> Jurgis Pralgauskis
> Don't worry, be happy and make things better ;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to