Re: [web2py] Newbie authentication question

2013-10-28 Thread raferbop
Thanks Richard, I am having a look right now. On Monday, October 28, 2013 12:34:34 PM UTC-5, Richard wrote: > > https://groups.google.com/d/msg/web2py/xeSxEu4xfA0/qDN6V4_BqK0J > > > http://rochacbruno.com.br/web2py-manage-users-and-membership-in-the-same-form/ > > > > Little research... > > > > O

Re: [web2py] Newbie authentication question

2013-10-28 Thread Richard Vézina
https://groups.google.com/d/msg/web2py/xeSxEu4xfA0/qDN6V4_BqK0J http://rochacbruno.com.br/web2py-manage-users-and-membership-in-the-same-form/ Little research... On Mon, Oct 28, 2013 at 1:25 PM, Richard Vézina wrote: > https://github.com/elcio/badmin > > > > > On Mon, Oct 28, 2013 at 1:23

Re: [web2py] Newbie authentication question

2013-10-28 Thread Richard Vézina
https://github.com/elcio/badmin On Mon, Oct 28, 2013 at 1:23 PM, Richard Vézina wrote: > I am not sure exactly what you want. > > You can create group by the appadmin, and you only need to do it once for > each group. For the assignation of user to a given group, with the appadmin > you have

Re: [web2py] Newbie authentication question

2013-10-28 Thread Richard Vézina
I am not sure exactly what you want. You can create group by the appadmin, and you only need to do it once for each group. For the assignation of user to a given group, with the appadmin you have to do it many time (one for each group member, one at a time), if you have to review/add new group mem

Re: [web2py] Newbie authentication question

2013-10-28 Thread raferbop
Richard, I was about to post a similar question, but let me just ask you. I am also new to web2py, and I am not able to find any good resources in relation to creating multiple groups or assigning roles to users. For example, lets say I have a group of users that I want to categorize as company

Re: [web2py] Newbie authentication question

2013-10-28 Thread Richard Vézina
If you are sure that the user that will be manage by other user is 1 to many (many users that can declared which user is their manager), you can do that (self-reference). But this is only one part of the problem, I think you need to create a group of admin_user that are allow to manage other users,

[web2py] Newbie authentication question

2013-10-27 Thread Mikael Cederberg
Hi there and thanks for a stellar project - really cool. I am trying to solve an issue that arose and was hoping for a pointer so I can solve it. I am wanting to use the authentication mechanism of web2py pretty much as is, but I need to be able to have one registered user, in some cases, be g