If is like unix, the name of user group could be more usefull.

Unix creates a group www-data to user www-data

web2py creates a group user_1, user_2, that makes dificulty to associate
with the user, even in a GUI

maybe the default group name - role, could be a combination of first_name
and last_name, lowercase and without spaces -  ' '



2010/2/10 mdipierro <mdipie...@cs.depaul.edu>

> Yes you have one group for every user but it make it easy to add more
> access control structure later.
> If you do not have those groups membership becauses a nightmare. Unix
> does the same.
>
>
>
> On Feb 10, 7:27 pm, Alexandre Andrade <alexandrema...@gmail.com>
> wrote:
> > Massimo,
> >
> > I don't know why you put
> >
> > auth.settings.create_user_groups = True
> >
> > as default.
> >
> > I think is not the most used way of Access Control, because creates so
> many
> > groups and make it dificult to manage.
> >
> > But if you think it cannot be changed, because backward compatibility
> (maybe
> > few people really implemented it), at least put
> >
> > #change to False if you don't want to create groups to each user.
> > # auth.settings.create_user_groups = True
> >
> > Because at least for me, is a change in every new app.
> >
> > --
> > Atenciosamente
> >
> > --
> > =========================
> > Alexandre Andrade
> > Hipercenter.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to
> web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/web2py?hl=en.
>
>


-- 
Atenciosamente

-- 
=========================
Alexandre Andrade
Hipercenter.com

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to