The SAME app conclude the logout operation on one server, but not on
another or local server.
Don't show the flash message of confirm logout.
Thanks!
Eleudson
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://
More information.
The auth.navbar generate this URL
http://localhost:8000/eadnotas/default/user/logout?_next=/eadnotas/default/index
that not logout the user.
I create a new item in administrator menu with (T('Log
Out'),URL('default','user',args='logout')==URL(),URL('default','user',args='log
em in administrator menu created with T('Log
Out'),URL('default','user',
args='logout')==URL(),URL('default','user',args='logout'),[] activate debug
and require PDB command to continue.
Thanks!
Em sexta-feira, 29 de julho de 2016 13:11:
*With this tables:*
db.define_table('tbProduct', \
Field('category_id','reference tbCategory',
label='Category', ondelete='RESTRICT'), \
Field('group_id', 'reference tbGroup', label='Group',
ondelete='RESTRICT'), \
Field('name', 'string
4 matches
Mail list logo