Wednesday, July 8, 2015¶
Here is another (hopefully the last) API optimization for the new
class-based permissions system: Instead of setting a flag
Site.enable_user_roles
to True and writing a
setup_user_profiles
method, we now simply set user_types_module
to the name of such a
module.
lino.projects.std.roles
contains a default set of user
profiles.