No worries. We never ever ever removed a feature from web2py. We only add.

If we make a new framework (something we talk about but did not happen) we 
will improve on this feature, not remove it.

On Monday, 8 October 2018 03:43:23 UTC-7, Ramos wrote:
>
> If somebody removes groups and permissions from web2py, i will have to 
> start using other web frameworks to create fantastic and unrealistic web 
> apps.
>
> :)
>
>
>
>  
>
> Em seg, 8 de out de 2018 às 01:00, 黄祥 <[email protected]> 
> escreveu:
>
>> use the auth tables too (user, group, permission, membership) too 
>> n sqlform.grid and sqlform
>> just an idea perhaps, make it as a parameter for auth, sqlform.grid and 
>> sqlform
>> *e.g. auth*
>> auth.define_tables(username=True, signature=True, user_table=True, 
>> group_table=True, permission_table=True, membership_table=True, auth0=True)
>>
>> problem for grid and sqlform is when using another css framework or own 
>> css, the output in web is ugly, and can't use the web2py generated sqlform, 
>> and sqlform.grid
>> *e.g. grid and sqlform*
>> form=SQLFORM(db.test, css_class='whatever')
>> not sure is it same like formstyle and col3 in sqlform constructor
>>
>> best regards,
>> stifan
>>
>> -- 
>> 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.
>>
>

-- 
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.

Reply via email to