On Feb 16, 4:31 pm, VP <[email protected]> wrote: > Specifically, after setting MULTI_USER_MODE to True in 0.py. It's not > clear what should be done next. Here are some problems: > > + After creating the first account (is this supposed to be the > "admin" account?), the first account user does not have permission to > edit existing apps.
This is though for a teacher/student situation. Each student can see only his own apps (via appadmin but mind there is no real security in place here!). The admin can see them all. > + The second account can not log in, pending registration approval. > How can I approve registrations? use admin/appadmin and remove the content of the registration_key field for the users you want to approve. > > On Feb 16, 4:17 pm, VP <[email protected]> wrote: > > > > > > > > > >> admin has MULTI_USER_MODE (admin/models/0.py) > > > Can you show how to use this? It's not clear how to invoke this > > feature and use it from the admin panel. > > > Thanks. > > > On Feb 16, 8:52 am, Massimo Di Pierro <[email protected]> > > wrote: > > > > changelog: > > > > much improved routing (thanks Jonathan) > > > Expression.__mod__ (thanks Denes) > > > admin has MULTI_USER_MODE (admin/models/0.py) > > > support for count(distinct=...) > > > has_permissions(...,group_id) > > > IS_MATCH(...,strict=True) > > > URL(...,scheme=,host=,port=), thanks Jonathan > > > admin in Afrikaans, thanks Caleb > > > auth.signature (experimental) > > > many bug fixes > > > > please test it and report any issue. > > > > Massimo

