On Wednesday, November 4, 2015 at 7:23:38 PM UTC-8, lucas wrote: > > hello one and all, > > i set up three records under auth_group, Developer, Administrator, and > Personnel. a few questions. i want to disable the "Sign Up" option under > the "Log In" submenu. how do i remove that option? > > and i want anyone with Administrator right to be able to create new login > users. in which case, when he does, how do i direct web2py code to default > the new login to assign that new member, under auth_member to the group_id > of 3, which is Personnel? > > If the Administrator member is filling in a form, you should be able to specify a default for the field. Or set the default in the table definition, and make it writable=false in the form. Use Appadmin to upgrade anyone.
/dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

